OSDN Git Service

Fix missing image for last push
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 10 Jan 2013 18:20:56 +0000 (20:20 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 10 Jan 2013 18:20:56 +0000 (20:20 +0200)
app/views/events/_event_last_push.html.haml

index b237601..2c2f270 100644 (file)
@@ -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)