Remove creator column from pool index
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="5%"></th>
|
<th width="5%"></th>
|
||||||
<th width="60%">Name</th>
|
<th width="60%">Name</th>
|
||||||
<th width="25%">Creator</th>
|
|
||||||
<th width="10%">Count</th>
|
<th width="10%">Count</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@@ -19,9 +18,6 @@
|
|||||||
<td>
|
<td>
|
||||||
<%= link_to h(pool.pretty_name), pool_path(pool), :class => "pool-category-#{pool.category}" %>
|
<%= link_to h(pool.pretty_name), pool_path(pool), :class => "pool-category-#{pool.category}" %>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<%= link_to_user pool.creator %>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<%= pool.post_count %>
|
<%= pool.post_count %>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user