<%= link_to t("views.btn.new"),new_settings_zone_table_path,:class => 'btn btn-primary btn-lg float-right waves-effect"' %>
<% @settings_tables.each do |table| %> <% if Employee.exists?(table.created_by) %> <% else %> <% end %> <% end %>
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 %><%= Employee.find(table.created_by).name %><%= table.created_by %><%= 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" %>
view_headline PAGE DETAIL

1) Name - to write zone name
2) Is active - checkbox for is active or not

list BUTTON LISTS

1) CREATE ZONE - to create zone

list LINK LISTS

1) Home / Back - go to dashboard