Style tweak and stats

This commit is contained in:
2013-08-28 08:40:36 -07:00
parent accec4edb1
commit 2231d124a6
3 changed files with 9 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<b>Most Active Card Last 7 Days:</b> <%= @most_active_card.name unless @most_active_card.blank? %> (<%= @most_active_card.accesses_this_week unless @most_active_card.blank? %> times)
</p>
<table>
<table class="lined-table">
<col />
<col />
<col class="col_highlight" />
@@ -32,6 +32,7 @@
<% if card.user.nil? %>
n/a
<% else %>
<%= raw(card.user.member_status_symbol) %>
<%= link_to card.user.name , card %>
<% end %>
</td>