UI change
This commit is contained in:
7
app/views/settings/tables/show.html.erb
Normal file → Executable file
7
app/views/settings/tables/show.html.erb
Normal file → Executable file
@@ -25,13 +25,16 @@
|
||||
<th>is Active</th>
|
||||
<th>Created By</th>
|
||||
<th>Created At</th>
|
||||
<th>Action</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><%= link_to @table.name, settings_menu_path(@table) %></td>
|
||||
<td>
|
||||
<%= @table.name %>
|
||||
<!-- <%= link_to @table.name, settings_zone_table_path(@table) %> -->
|
||||
</td>
|
||||
<td><%= @table.status %></td>
|
||||
<td><%= @table.seater rescue "-" %></td>
|
||||
<td><%= @table.order_by rescue "-" %></td>
|
||||
|
||||
Reference in New Issue
Block a user