ref: dockerize
app/views/role/index.html.erb
<%= _('Manage user roles') %>
<%= _('Role') %> | <%= _('Actions') %> |
---|---|
<%= link_to role.name, :action => 'show', :id => role %> | <%= button_without_text :edit, _('Edit'), :action => 'edit', :id => role %> |