Skip to content

Commit

Permalink
modify the columns on index.erb so that they are a uniform size on ea…
Browse files Browse the repository at this point in the history
…ch table
  • Loading branch information
joemiller authored and katzj committed Nov 16, 2011
1 parent 6eb127f commit 405dc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.erb
Expand Up @@ -3,8 +3,8 @@
<h2> <%= key.capitalize %> </h2>
<table>
<thead>
<th>Name</th>
<th>Description</th>
<th width="30%">Name</th>
<th width="70%">Description</th>
</thead>
<tbody>
<% @top_level[key].dashboards.sort_by{|b| b[:name]}.each do |board| %>
Expand Down

0 comments on commit 405dc8f

Please sign in to comment.