<%= provide :page_title, I18n.t('links.index.header') %> <%= provide :breadcrumb do %>
  • <%= I18n.t('activerecord.models.link.other') %>
  • <% end %>

    <%= t('links.index.title') %>

    <%= link_to I18n.t('links.new.header'), new_gamification_item_path, class: 'btn btn-sm btn-square btn-success' %>
    <%= render 'collection', collection: @gamification_items %>
    <%=t 'activerecord.attributes.link.name' %> <%=t 'misc.actions' %>