removes booth name link on booths index

This commit is contained in:
Alberto Garcia Cabeza
2016-12-16 14:29:28 +01:00
parent d45442deed
commit 772f8ea4ad

View File

@@ -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 %>