Sha256: 5fd76862b560f11363bbb1f967f786b543df14036efbc0ad3795b3e67635f010
Contents?: true
Size: 359 Bytes
Versions: 38
Compression:
Stored size: 359 Bytes
Contents
<h1><%= I18n.t('Editing role') %></h1> <%= error_messages_for :role %> <% form_for(admin_roles_path(@role)) do |f| %> <p> <b><%= I18n.t('Rolename') %></b><br /> <%= f.text_field :rolename %> </p> <p> <%= f.submit I18n.t('Update') %> </p> <% end %> <%= link_to I18n.t('Show'), @role %> | <%= link_to I18n.t('Back'), admin_roles_path %>
Version data entries
38 entries across 38 versions & 1 rubygems