Remove creator column from pool index

This commit is contained in:
Toks
2013-07-11 20:55:13 -04:00
parent cb5c4a50c5
commit d79a22a73b

View File

@@ -6,7 +6,6 @@
<tr>
<th width="5%"></th>
<th width="60%">Name</th>
<th width="25%">Creator</th>
<th width="10%">Count</th>
</tr>
</thead>
@@ -19,9 +18,6 @@
<td>
<%= link_to h(pool.pretty_name), pool_path(pool), :class => "pool-category-#{pool.category}" %>
</td>
<td>
<%= link_to_user pool.creator %>
</td>
<td>
<%= pool.post_count %>
</td>