Skip to content

Commit

Permalink
Fixes issue with tabs
Browse files Browse the repository at this point in the history
Removed the tabs and replaced with spaces to line up with the code block.
  • Loading branch information
SulphurDioxide committed Jun 9, 2017
1 parent 048f412 commit b55504d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
<% end %>
<% if Announcement.current.count > 0 %>
<p><em><a href="#" class="announcement-collapse">Hide announcements</a></em></p>
<div class="announcements">
<% Announcement.current.each do |a| %>
<%= render 'announcements/announcement', announcement: a %>
<% end %>
</div><br/>
<p><em><a href="#" class="announcement-collapse">Hide announcements</a></em></p>
<div class="announcements">
<% Announcement.current.each do |a| %>
<%= render 'announcements/announcement', announcement: a %>
<% end %>
</div><br/>
<% end %>
<%= yield %>
Expand Down

0 comments on commit b55504d

Please sign in to comment.