Skip to content

Commit

Permalink
only show 'current'
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcilav committed Mar 15, 2011
1 parent 0985445 commit 9be1d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku/bartender/views/template.erb
Expand Up @@ -33,7 +33,7 @@
<% commits.each do |commit| %>
<li class="<%= current_class(current_version, commit.sha) %>
<%= color_status(status,current_version, commit.sha) %>"
<a name="<%= commit.sha %>"><%= status %></a>
<a name="<%= commit.sha %>"> Current </a>
<h3> <%= commit.author %> | <%= commit.email %></h3>
<p>
<%= commit.sha %>
Expand Down

0 comments on commit 9be1d2a

Please sign in to comment.