Colored labels for events on dashboard
This commit is contained in:
parent
a3bb9ca1fa
commit
494cd02b38
4 changed files with 19 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
.event_icon= image_tag "event_push.png"
|
||||
= image_tag gravatar_icon(event.author_email), :class => "avatar"
|
||||
%strong #{event.author_name}
|
||||
%span.event_label= event.push_action_name
|
||||
%span.event_label.pushed= event.push_action_name
|
||||
= event.ref_type
|
||||
= link_to project_commits_path(event.project, :ref => event.ref_name) do
|
||||
%strong= event.ref_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue