summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:41:31 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 11:41:31 -0500
commitab3d194cbe6fa711977a7fc0afccd25a063536ff (patch)
tree2ad63798e742b7d72f6d8dc79cf74003e8ddeddd /app/views/events
parenteb6288ec51eda2f24f429574731705dfd47440e6 (diff)
downloadgitlab-ce-ab3d194cbe6fa711977a7fc0afccd25a063536ff.tar.gz
Replace <blockquote> with .blockquote
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event_push.atom.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_push.atom.haml b/app/views/events/_event_push.atom.haml
index e3c5fd55f08..bc1d32607e4 100644
--- a/app/views/events/_event_push.atom.haml
+++ b/app/views/events/_event_push.atom.haml
@@ -6,7 +6,7 @@
at
= event.created_at.to_s(:short)
- unless event.rm_ref?
- %blockquote= markdown(escape_once(event.commit_title), pipeline: :atom, project: event.project, author: event.author)
+ .blockquote= markdown(escape_once(event.commit_title), pipeline: :atom, project: event.project, author: event.author)
- if event.commits_count > 1
%p
%i