Commit 860e3ab526bbcccd64aac45fa377c14e78ef345c
1 parent
1e4d15b4
Exists in
master
and in
4 other branches
Event feed: Icons for some events
Showing
7 changed files
with
11 additions
and
2 deletions
Show diff stats
463 Bytes
632 Bytes
app/assets/stylesheets/common.scss
app/assets/stylesheets/ui_basic.scss
app/assets/stylesheets/ui_mars.scss
app/views/events/_event_merge_request.html.haml
app/views/events/_event_push.html.haml
1 | 1 | %div |
2 | + .event_icon= image_tag "event_push.png" | |
2 | 3 | = image_tag gravatar_icon(event.author_email), :class => "avatar" |
3 | 4 | %strong #{event.author_name} |
4 | 5 | %span.event_label= event.push_action_name |
6 | + = event.ref_type | |
5 | 7 | = link_to project_commits_path(event.project, :ref => event.ref_name) do |
6 | 8 | %strong= event.ref_name |
7 | 9 | at | ... | ... |