summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-16 15:37:42 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-16 15:37:42 +0300
commit14db7042316c7b47153a70b1cb1f07bb3b3430eb (patch)
tree67cfe48a25d4cedff23fc45c5b9140a9956eff94 /app/views/events
parent37e1f53734cb314861097bdf1d0b19adb948fe4b (diff)
downloadgitlab-ce-14db7042316c7b47153a70b1cb1f07bb3b3430eb.tar.gz
Minor UI improvements to event feed
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index 80d16631fa0..b090148685f 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -8,7 +8,6 @@
- if event.push?
= render "events/event/push", event: event
- .clearfix
- elsif event.note?
= render "events/event/note", event: event
- else