| Name | Status | Seater | Order by | is Active | Created By | Created At | Actions | |
|---|---|---|---|---|---|---|---|---|
| <%= table.name %> | <%= table.status %> | <%= table.seater rescue "-" %> | <%= table.order_by rescue "-" %> | <%= table.is_active %> | <% if Employee.exists?(table.created_by) %><%= Employee.find(table.created_by).name %> | <% else %><%= table.created_by %> | <% end %><%= table.created_at.utc.getlocal.strftime("%Y-%m-%d/%I:%M %p") %> | <%= link_to t("views.btn.show"), settings_zone_table_path(@zone,table),:class => 'btn btn-info btn-sm waves-effect' %> <%= link_to t("views.btn.edit"), edit_settings_zone_table_path(@zone,table),:class => "btn btn-info btn-sm waves-effect" %> |
1) Name - to write zone name
2) Is active - checkbox for is active or not
1) CREATE ZONE - to create zone
1) Home / Back - go to dashboard