summaryrefslogtreecommitdiff
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
parenteb6288ec51eda2f24f429574731705dfd47440e6 (diff)
downloadgitlab-ce-ab3d194cbe6fa711977a7fc0afccd25a063536ff.tar.gz
Replace <blockquote> with .blockquote
-rw-r--r--app/views/abuse_report_mailer/notify.html.haml2
-rw-r--r--app/views/events/_event_push.atom.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/abuse_report_mailer/notify.html.haml b/app/views/abuse_report_mailer/notify.html.haml
index d50b4071745..5abb0dc9182 100644
--- a/app/views/abuse_report_mailer/notify.html.haml
+++ b/app/views/abuse_report_mailer/notify.html.haml
@@ -4,7 +4,7 @@
#{link_to @abuse_report.reporter.name, user_url(@abuse_report.reporter)}
(@#{@abuse_report.reporter.username}).
-%blockquote
+.blockquote
= @abuse_report.message
%p
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