Skip to content

Commit

Permalink
[Menu] Fix create first menu item link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozmodiar authored and NoUseFreak committed Nov 3, 2015
1 parent 1d6f30d commit ce5edfa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
<td></td>
</tr>
{% endblock %}

{% block list_empty %}
{{ 'list.no_results'|trans }} <a href="{{ path('clastic_backoffice_menu_item_form', {menuId: menuId}) }}">Create your first.</a>
{% endblock %}

0 comments on commit ce5edfa

Please sign in to comment.