small style
This commit is contained in:
parent
b9d2492d9d
commit
7c1d03bc1d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
dev.db
|
||||
.bundle
|
||||
|
|
|
@ -26,6 +26,6 @@
|
|||
<div class="col-md-3">
|
||||
<ul class="list-group">
|
||||
<% @top20.each do |user| %>
|
||||
<li class="list-group-item"><%= user[:user] %><span class="pull-right"><%= user[:date].strftime('%H:%M on %m-%d-%Y') if user[:date] %></li>
|
||||
<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>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue