removes booth name link on booths index
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
<tr id="booth_<%= booth.id %>" class="booth">
|
<tr id="booth_<%= booth.id %>" class="booth">
|
||||||
<td>
|
<td>
|
||||||
<strong>
|
<%= booth.name %>
|
||||||
<%= link_to booth.name, admin_booth_path(booth) %>
|
|
||||||
</strong>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<%= booth.location %>
|
<%= booth.location %>
|
||||||
|
|||||||
Reference in New Issue
Block a user