Skip to content

Commit

Permalink
Include breadcrumb for "My Requests" page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed May 11, 2017
1 parent acc75d9 commit 7b40216
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{% extends "page.html" %}

{% block breadcrumb_content %}
<li>{% link_for _('Users'), controller='user', action='index' %}</li>
<li class="active">
<a href="{{ h.url_for('requestdata_my_requests', id=c.userobj.name) }}">My Requests</a>
</li>
{% endblock %}

{% block subtitle %}{{ _('My Requests') }} - {{ super() }}{% endblock %}

Expand Down

0 comments on commit 7b40216

Please sign in to comment.