change UI for simple menu item, promotion, setting/OQS

This commit is contained in:
phyusin
2017-11-21 17:41:05 +06:30
parent a92a1298a3
commit 0b374cf3b2
5 changed files with 31 additions and 27 deletions

View File

@@ -30,7 +30,7 @@
<!-- <th>Created by</th> -->
<th><%= t("views.right_panel.detail.created_at") %></th>
<!-- <th>Updated At</th> -->
<th><%= t("views.right_panel.detail.actions") %></th>
<th colspan="2"><%= t("views.right_panel.detail.actions") %></th>
</tr>
</thead>
@@ -46,10 +46,10 @@
<!-- <td><%= settings_order_queue_station.cut_per_item %></td> -->
<td><%= settings_order_queue_station.use_alternate_name %></td>
<!-- <td><%= settings_order_queue_station.created_by %></td> -->
<td><%= settings_order_queue_station.created_at.strftime("%m-%d-%Y") %></td>
<td width="15%"><%= settings_order_queue_station.created_at.strftime("%m-%d-%Y") %></td>
<!-- <td><%= settings_order_queue_station.updated_at.strftime("%m-%d-%Y") %></td> -->
<td>
<%= link_to 'Assign Processing Items', new_settings_order_queue_station_processing_item_path(settings_order_queue_station),:class => 'btn btn-success btn-sm waves-effect' %>
<td colspan="2">
<%= link_to 'Assign Items', new_settings_order_queue_station_processing_item_path(settings_order_queue_station),:class => 'btn btn-success btn-sm waves-effect' %>
&nbsp;&nbsp;
<%= link_to t("views.btn.edit"), edit_settings_order_queue_station_path(settings_order_queue_station),:class => 'btn btn-info btn-sm waves-effect' %>