Skip to content

Commit

Permalink
Update top_nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bleven committed May 6, 2016
1 parent b384caf commit 34e8cf6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

{% block current_app %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">{% spaceless %}
<button type="button" class="btn btn-primary" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% spaceless %}
<img class="nav-icon" src="{% static 'famfamfam/icons/page_green.png' %}">
<span class="nav-label">{% firstof MODULE_CONTRIBUTIONS_LABEL trans "Contributions" %}</span>
<span class="caret"></span>
{% endspaceless %}</a>
{% endspaceless %}</button>

{% if contribution %}
{% contribution_current_app request.user contribution %}
Expand Down

0 comments on commit 34e8cf6

Please sign in to comment.