<%= setup_context :title => I18n.t("group._plural") %>
<%= link_to I18n.t("group._frontend.action.create"), {:controller => :groups, :action => :new}, :class => "btn btn-sm btn-default" %>

<%= link_to_help :topic => "repository_groups" %>

<%= I18n.t("group._plural") %>

<% @groups.each do |group| %> <% end %>
Group name
<%= group.description %> (<%= group.group_code %>) <%= link_to I18n.t("actions.edit"), {:controller => :groups, :action => :edit, :id => group.id}, :class => "btn btn-xs btn-primary" %>