summaryrefslogtreecommitdiff
path: root/app/views/events/_event_last_push.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-10 20:20:56 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-10 20:20:56 +0200
commit9152ab79554b251c7e90ecd99ece67deff55ae92 (patch)
treed6461a12c47f80eab9364e52f78afcd2e738c8ba /app/views/events/_event_last_push.html.haml
parent0bd3c195a508de614343ae2696dee9afa873cad5 (diff)
downloadgitlab-ce-9152ab79554b251c7e90ecd99ece67deff55ae92.tar.gz
Fix missing image for last push
Diffstat (limited to 'app/views/events/_event_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index b2376019c8e..2c2f270cf6c 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -1,7 +1,5 @@
- if show_last_push_widget?(event)
.event_lp
- = image_tag "event_push.png"
- &nbsp;
%span You pushed to
= link_to project_commits_path(event.project, event.ref_name) do
%strong= truncate(event.ref_name, length: 28)