<%= User.human_attribute_name(:symbol).capitalize %> | <%= User.human_attribute_name(:name).capitalize %> | <%= User.human_attribute_name(:multiplier).capitalize %> | <% if current_user.at_least(:active) %><%= t :actions %> | <% end %>
---|---|---|---|
0 %>> <%= link_to unit.symbol, edit_unit_path(unit) %> | <%= unit.name %> | <%= unit.multiplier unless unit.multiplier == 1 %> | <% if current_user.at_least(:active) %><%= image_button_to t(".delete_unit"), "delete-outline", unit_path(unit), method: :delete %> | <% end %>