<% if current_user.at_least(:active) %> <%= image_link_to t(".add_unit"), "plus-outline", new_unit_path %> <% end %>
<% if current_user.at_least(:active) %> <% end %> <% Unit.each_with_level(@units) do |unit, level| %> <% if current_user.at_least(:active) %> <% end %> <% end %>
<%= User.human_attribute_name(:symbol).capitalize %> <%= User.human_attribute_name(:name).capitalize %> <%= User.human_attribute_name(:multiplier).capitalize %><%= t :actions %>
0 %>> <%= link_to unit.symbol, edit_unit_path(unit) %> <%= unit.name %> <%= unit.multiplier unless unit.multiplier == 1 %> <%= image_button_to t(".delete_unit"), "delete-outline", unit_path(unit), method: :delete %>