No need for header

This commit is contained in:
Andrew Tomaka 2015-04-26 10:26:08 -04:00
parent 94be26b081
commit 3c405344e3

View file

@ -33,7 +33,6 @@
<div class="col-md-3">
<div class="well well-lg text-center"><strong><%= Time.now.utc.strftime('%H:%M on %m-%d-%Y') %></strong></div>
<h2>Top 20</h2>
<ul class="list-group">
<% @top20.each do |user| %>
<li class="list-group-item"><%= user[:user] %><span class="pull-right"><small><%= user[:date].strftime('%H:%M on %m-%d-%Y') if user[:date] %></small></li>