Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/blob.html.ep
... ...
@@ -51,7 +51,7 @@
51 51
       <div class="bk-blue-light" style="padding:5px">
52 52
         <a style="color:#333;font-weight:bold" href="#" title="<%= $commit->{author_email} %>"><%= $commit->{author_name} %></a>
53 53
         <span class="muted" title="<%= $commit->{age_string_datetime} %>"><%= $commit->{age_string} %></span>
54
-        <a style="color:#666" href="<%= url_for("/$user/$project/commit/$rev") %>">
54
+        <a style="color:#666" href="<%= url_for("/$user/$project/commit/$commit->{id}") %>">
55 55
           <%= $commit->{title} %>
56 56
         </a>
57 57
       </div>