| ... | @@ -3,7 +3,7 @@ |
... | @@ -3,7 +3,7 @@ |
|
|
%tr
|
|
%tr
|
|
|
%td
|
|
%td
|
|
|
= link_to project_commits_path(@project, :ref => branch.name) do
|
|
= link_to project_commits_path(@project, :ref => branch.name) do
|
|
|
%strong= branch.name
|
|
%strong= truncate(branch.name, :length => 60)
|
|
|
- if branch.name == @project.root_ref
|
|
- if branch.name == @project.root_ref
|
|
|
%span.label default
|
|
%span.label default
|
|
|
%td
|
|
%td
|
| ... | @@ -12,7 +12,6 @@ |
... | @@ -12,7 +12,6 @@ |
|
|
|
|
|
|
|
= image_tag gravatar_icon(commit.author_email), :class => "", :width => 16
|
|
= image_tag gravatar_icon(commit.author_email), :class => "", :width => 16
|
|
|
= gfm truncate(commit.title, :length => 40)
|
|
= gfm truncate(commit.title, :length => 40)
|
|
|
%td
|
|
|
|
|
%span.update-author.right
|
|
%span.update-author.right
|
|
|
= time_ago_in_words(commit.committed_date)
|
|
= time_ago_in_words(commit.committed_date)
|
|
|
ago
|
|
ago
|
| ... | |
... | |
| ... | | ... | |