Fix rendering of notifications

このコミットが含まれているのは:
Omar Roth 2018-08-06 13:48:02 -05:00
コミット f121e74d33
1個のファイルの変更9行の追加9行の削除

ファイルの表示

@ -15,15 +15,15 @@
</div>
</div>
<div class="h-box">
<center><%= notifications.size %> unseen notifications</center>
<% notifications.each_slice(4) do |slice| %>
<% slice.each do |video| %>
<%= rendered "components/video" %>
<% end %>
<% end %>
<hr>
</div>
<center><%= notifications.size %> unseen notifications</center>
<% notifications.each_slice(4) do |slice| %>
<div class="pure-g">
<% slice.each do |video| %>
<%= rendered "components/video" %>
<% end %>
</div>
<% end %>
<hr>
<% videos.each_slice(4) do |slice| %>
<div class="pure-g">