fix "create" page with translation and layout

This commit is contained in:
2015-11-05 22:41:54 +01:00
parent 9d65ca5088
commit bb1e690bec
3 changed files with 16 additions and 16 deletions

View File

@@ -57,11 +57,9 @@
</tbody>
</table>
<ul>
<li>
<a href="{{ path('customfieldsgroup_new') }}">
{{ 'Create a new group'|trans }}
</a>
</li>
</ul>
<p>
<a href="{{ path('customfieldsgroup_new') }}" class="sc-button bt-create">
{{ 'Create a new group'|trans }}
</a>
</p>
{% endblock %}