check menu and table status

This commit is contained in:
phyusin
2018-10-04 10:25:15 +06:30
parent 7bf01a863c
commit 497458371b
4 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
<th><%= t("views.right_panel.detail.valid_days") %></th>
<th><%= t("views.right_panel.detail.valid_from") %></th>
<th><%= t("views.right_panel.detail.valid_to") %></th>
<th><%= t("views.right_panel.detail.is_active") %></th>
<!-- <th>Created By</th>
<th>Created At</th> -->
@@ -55,6 +56,7 @@
<td><%= settings_menu.valid_days %></td>
<td><%= settings_menu.valid_time_from.strftime("%H:%M") rescue "-" %></td>
<td><%= settings_menu.valid_time_to.strftime("%H:%M") rescue "-" %></td>
<td><%= settings_menu.is_active %></td>
<!-- <td><%= settings_menu.created_by %></td> -->
<!-- <td><%= settings_menu.created_at %></td> -->
<!-- <td><%= settings_menu.created_at.utc.getlocal.strftime("%Y-%m-%d/%I:%M %p") %></td> -->