Skip to content

Commit

Permalink
[ifmeorg#1713] Remove whitespace after label_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlineRibeiro committed Apr 26, 2020
1 parent 85c6567 commit 21649f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/moments/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<% if @resources.any? %>
<div class="smallMarginTop">
<div class="label"><%= label_tag t('moments.show.resources') %> </div>
<div class="label"><%= label_tag t('moments.show.resources') %></div>
<ul>
<% @resources.take(3).each do |item| %>
<li><%= link_to item['name'], item['link'] %></li>
Expand Down

0 comments on commit 21649f4

Please sign in to comment.