Remove creator column from pool index
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user