erblint: use consistent spacing in HTML tags

This commit is contained in:
Tom Hughes 2019-03-28 00:30:48 +00:00
parent 49da87fb6d
commit 7ce40eeb38
13 changed files with 21 additions and 21 deletions

View file

@ -25,7 +25,7 @@
<% Report.categories_for(@report.issue.reportable).each do |c| %>
<li>
<%= radio_button :report, :category, c, :required => true %>
<%= label_tag "report_category_#{c}", t(".categories.#{@report.issue.reportable.class.name.underscore}.#{c}_label") %> <br/>
<%= label_tag "report_category_#{c}", t(".categories.#{@report.issue.reportable.class.name.underscore}.#{c}_label") %> <br />
</li>
<% end %>
</ul>