1
0
Fork 0

small style

This commit is contained in:
Andrew Tomaka 2015-04-23 22:11:07 -04:00
parent b9d2492d9d
commit 7c1d03bc1d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
dev.db
.bundle

View File

@ -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>