Issues, Merge Requests counters

This commit is contained in:
Dmitriy Zaporozhets 2012-02-19 21:30:31 +02:00
parent df27ec29f3
commit 635d3e09b7
4 changed files with 27 additions and 13 deletions

View file

@ -1,6 +1,6 @@
%li.wll.commit
.right.span2
= link_to "Browse Code", tree_project_ref_path(@project, commit.id), :class => "btn small right"
= link_to "Browse Code »", tree_project_ref_path(@project, commit.id), :class => "btn small right"
= link_to project_commit_path(@project, :id => commit.id) do
%p
%code.left= commit.id.to_s[0..10]
@ -12,4 +12,5 @@
%span.right.cgray
= time_ago_in_words(commit.committed_date)
ago