Fix missing image for last push
This commit is contained in:
parent
0bd3c195a5
commit
9152ab7955
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
- if show_last_push_widget?(event)
|
- if show_last_push_widget?(event)
|
||||||
.event_lp
|
.event_lp
|
||||||
= image_tag "event_push.png"
|
|
||||||
|
|
||||||
%span You pushed to
|
%span You pushed to
|
||||||
= link_to project_commits_path(event.project, event.ref_name) do
|
= link_to project_commits_path(event.project, event.ref_name) do
|
||||||
%strong= truncate(event.ref_name, length: 28)
|
%strong= truncate(event.ref_name, length: 28)
|
||||||
|
|
Loading…
Add table
Reference in a new issue