From 9152ab79554b251c7e90ecd99ece67deff55ae92 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 10 Jan 2013 20:20:56 +0200 Subject: [PATCH] Fix missing image for last push --- app/views/events/_event_last_push.html.haml | 2 -- 1 file changed, 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" -   %span You pushed to = link_to project_commits_path(event.project, event.ref_name) do %strong= truncate(event.ref_name, length: 28)