| <%= commissioner.name %> |
<%= commissioner.employee.name rescue '-' %>
|
<%= commissioner.commission.menu_item.name rescue '-' %> |
<%= commissioner.joined_date.utc.getlocal.strftime('%Y-%b-%d') rescue '-' %> |
<%= commissioner.resigned_date.utc.getlocal.strftime('%Y-%b-%d') rescue '-' %> |
<%= commissioner.is_active %> |
<%= link_to t("views.btn.show"), settings_commissioner_path(commissioner),:class => 'btn btn-info btn-sm waves-effect' %>
<%= link_to t("views.btn.edit"), edit_settings_commissioner_path(commissioner),:class => 'btn btn-primary btn-sm waves-effect' %>
|
<% end %>