UI change

This commit is contained in:
yamin
2017-10-23 11:38:10 +06:30
parent 4874bb135c
commit 1aea52619a
4731 changed files with 19031 additions and 149 deletions

0
app/views/settings/tables/_form.html.erb Normal file → Executable file
View File

View File

0
app/views/settings/tables/edit.html.erb Normal file → Executable file
View File

2
app/views/settings/tables/index.html.erb Normal file → Executable file
View File

@@ -24,7 +24,7 @@
<th>is Active</th>
<th>Created By</th>
<th>Created At</th>
<th>Action</th>
<th>Actions</th>
</tr>
</thead>

0
app/views/settings/tables/new.html.erb Normal file → Executable file
View File

7
app/views/settings/tables/show.html.erb Normal file → Executable file
View 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>