add a btn on edit link

This commit is contained in:
Julien Fastré 2015-11-27 13:42:06 +01:00
parent bf99b68a2a
commit fa3245b99b

View File

@ -50,7 +50,7 @@
<a href="{{ path('customfieldsgroup_show', { 'id': entity.id }) }}">{{ 'show'|trans }}</a> <a href="{{ path('customfieldsgroup_show', { 'id': entity.id }) }}">{{ 'show'|trans }}</a>
</li> </li>
<li> <li>
<a href="{{ path('customfieldsgroup_edit', { 'id': entity.id }) }}">{{ 'edit'|trans }}</a> <a href="{{ path('customfieldsgroup_edit', { 'id': entity.id }) }}" class="sc-button btn-edit">{{ 'edit'|trans }}</a>
</li> </li>
</ul> </ul>
</td> </td>