Remove inline CSS from <hr>

This commit is contained in:
Omar Roth
2018-08-05 18:03:38 -05:00
parent aed8aa4037
commit 0f8e01f919
4 changed files with 12 additions and 10 deletions

View File

@@ -15,18 +15,18 @@
</div>
</div>
<% if !notifications.empty? %>
<div class="h-box">
<% if notifications.empty? %>
<center><%= notifications.size %> unseen notifications</center>
<% else %>
<% notifications.each_slice(4) do |slice| %>
<div class="pure-g">
<% slice.each do |video| %>
<%= rendered "components/video" %>
<% end %>
</div>
<% end %>
<% else %>
<center><%= notifications.size %> unseen notifications</center>
<% end %>
<hr style="margin-left:1em; margin-right:1em;">
<hr>
</div>
<% videos.each_slice(4) do |slice| %>
<div class="pure-g">