%= render 'backend/breadcrumbs' %>
<%= link_to icon(:plus, t('b.add')), new_backend_user_path, class: 'btn btn-primary btn-sm' %>
<% if @users.any? %><%= t 'b.name' %> | <%= t 'b.email' %> | |
---|---|---|
<%= a.full_name %> | <%= mail_to a.email %> | <%= link_to icon(:pencil_square_o), edit_backend_user_path(a) %> <%= link_to icon(:trash), backend_user_path(a), method: :delete, data: { confirm: t('b.msg.confirm') }%> |
<%= t 'b.msg.no_items' %>
<% end %>