No need for header
This commit is contained in:
parent
94be26b081
commit
3c405344e3
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue