commit b4533212c09bc84f6c62e6abeab3dba855cdc7ee Author: Jaesin Mulenex Date: Sun Apr 21 19:38:17 2013 -0700 1938848-new_changes diff --git a/core/themes/seven/templates/admin-block-content.html.twig b/core/themes/seven/templates/admin-block-content.html.twig index 18e1d09..9e369e6 100644 --- a/core/themes/seven/templates/admin-block-content.html.twig +++ b/core/themes/seven/templates/admin-block-content.html.twig @@ -21,5 +21,5 @@ {% for item in content %}
  • {{ item.label }}
    {{ item.description }}
  • {% endfor %} - + {% endif %} diff --git a/core/themes/seven/templates/node-add-list.html.twig b/core/themes/seven/templates/node-add-list.html.twig index 5062a38..f9a83b5 100644 --- a/core/themes/seven/templates/node-add-list.html.twig +++ b/core/themes/seven/templates/node-add-list.html.twig @@ -19,7 +19,7 @@ {% for type in types %}
  • {{ type.label }}
    {{ type.description }}
  • {% endfor %} - + {% else %}

    {{ 'You have not created any content types yet. Go to the content type creation page to add a new content type.'|t({'@create-content': url('admin/structure/types/add')}) }}

    {% endif %} \ No newline at end of file