Skip to content

Commit

Permalink
Tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Jun 9, 2017
1 parent b55504d commit 0b70b3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@
<div class="alert alert-<%= key %>"><%= value %></div>
<% 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/>
<% 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/>
<% end %>
<%= yield %>
<div class="footer">
Expand Down

0 comments on commit 0b70b3e

Please sign in to comment.