Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3361 from gratipay/fix-giving-tabs-order
Browse files Browse the repository at this point in the history
Fix order of tabs on giving page
  • Loading branch information
chadwhitacre committed Apr 24, 2015
2 parents 6a67249 + ac71ad4 commit efb920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/%username/giving/index.html.spt
Expand Up @@ -59,7 +59,7 @@ tabs = {
<h2>{{ _("Tips") }}</h2>

<ul class="nav" id="tab-nav">
{% for tab in tabs.keys() %}
{% for tab in ['active', 'unclaimed', 'cancelled'] %}
<li><a href="#" data-tab="{{ tab }}">{{ tabs[tab]['name'] }}</a></li>
{% endfor %}
</ul>
Expand Down

0 comments on commit efb920a

Please sign in to comment.