Skip to content

Commit

Permalink
fixed link on tickets page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hoyt authored and Jonathan Hoyt committed Apr 10, 2009
1 parent 15fb88b commit a5ff6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/tickets.html.erb
Expand Up @@ -30,7 +30,7 @@
<li><a href="/tickets/?status=open" class="open">Open</a><%= totals_helper(:open) %></li>
<li><a href="/tickets/?status=scheduled" class="scheduled">Scheduled</a><%= totals_helper(:scheduled) %></li>
<li><a href="/tickets/?status=completed" class="completed">Completed</a><%= totals_helper(:completed) %></li>
<li><a href="/tickets/?status=all" class="all">All</a><%= totals_helper(:all) %></li>
<li><a href="/tickets/?status=all&scope=all" class="all">All</a><%= totals_helper(:all) %></li>
<li><a href="/tickets/?status=archived" class="archived">Archived</a></li>
</ul>
</div>
Expand Down

0 comments on commit a5ff6d5

Please sign in to comment.