Skip to content

Commit

Permalink
Merge pull request #2 from chris007mi6/topic
Browse files Browse the repository at this point in the history
Added public site uri to menu entry in navigation template
  • Loading branch information
lcharette authored Feb 10, 2019
2 parents c4c8d2f + bde6ea2 commit b9f6fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/navigation/sidebar-menu.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ parent() }}
{% if checkAccess('see_pastries') %}
<li>
<a href="/pastries"><i class="fa fa-cutlery fa-fw"></i> <span>{{translate('PASTRIES.LIST')}}</span></a>
<a href="{{site.uri.public}}/pastries"><i class="fa fa-cutlery fa-fw"></i> <span>{{translate('PASTRIES.LIST')}}</span></a>
</li>
{% endif %}
{% endblock %}

0 comments on commit b9f6fcf

Please sign in to comment.