Update links in events

This commit is contained in:
Riyad Preukschas 2012-07-24 01:22:01 +02:00
parent 6fc6833cdb
commit f6a67ef207

View file

@ -1,10 +1,9 @@
- commit = CommitDecorator.decorate(commit) - commit = CommitDecorator.decorate(commit)
%li.wll.commit %li.wll.commit
= link_to project_commit_path(project, :id => commit.id) do %p
%p %code.left= link_to commit.short_id, project_commit_path(project, :id => commit.id)
%code.left= link_to commit.short_id, project_commit_path(project, :id => commit.id) %strong.cgray= commit.author_name
%strong.cgray= commit.author_name –
– = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16 = link_to truncate(commit.title, :length => 50), project_commit_path(project, :id => commit.id), :class => "row_title" rescue "--broken encoding"
= link_to truncate(commit.title, :length => 50), project_commit_path(project, :id => commit.id), :class => "row_title" rescue "--broken encoding"