Replace <blockquote> with .blockquote

This commit is contained in:
Clement Ho 2018-04-09 11:41:31 -05:00
parent eb6288ec51
commit ab3d194cbe
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#{link_to @abuse_report.reporter.name, user_url(@abuse_report.reporter)} #{link_to @abuse_report.reporter.name, user_url(@abuse_report.reporter)}
(@#{@abuse_report.reporter.username}). (@#{@abuse_report.reporter.username}).
%blockquote .blockquote
= @abuse_report.message = @abuse_report.message
%p %p

View File

@ -6,7 +6,7 @@
at at
= event.created_at.to_s(:short) = event.created_at.to_s(:short)
- unless event.rm_ref? - 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 - if event.commits_count > 1
%p %p
%i %i