bug fixes & bootstrap buttons
This commit is contained in:
parent
b7558a2063
commit
e7add858cf
5 changed files with 18 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
%td
|
||||
%strong= link_to tag.name, project_commits_path(@project, :ref => tag.name), :class => ""
|
||||
%td
|
||||
= link_to project_commits_path(@project, tag.commit.id) do
|
||||
= link_to project_commit_path(@project, tag.commit.id) do
|
||||
%code= tag.commit.id.to_s[0..10]
|
||||
= image_tag gravatar_icon(Commit.new(tag.commit).author_email), :class => "", :width => 16
|
||||
= truncate(Commit.new(tag.commit).safe_message, :length => 40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue