Sha256: a9c0244de5cc345a976a6b37fb41721e472146fb2d51ced24fcfa4fb2137714b

Contents?: true

Size: 292 Bytes

Versions: 8

Compression:

Stored size: 292 Bytes

Contents

%p= link_to raw(t('.back')),  admin_roles_path

- @role.errors.each do |f, m|
  %p= m

.form
  %h5= t('.create')
  = form_for(@role, :url => admin_roles_path) do |f|
    %label= t('.name')
    %p= f.text_field :name
    %label= t('.title')
    %p= f.text_field :title
    = f.submit t('.new')

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
the_role-1.3.1 app/views/admin/roles/new.html.haml
the_role-1.3.0 app/views/admin/roles/new.html.haml
the_role-1.2.1 app/views/admin/roles/new.html.haml
the_role-1.2.0 app/views/admin/roles/new.html.haml
the_role-1.1.1 app/views/admin/roles/new.html.haml
the_role-1.1.0 app/views/admin/roles/new.html.haml
the_role-1.0.0 app/views/admin/roles/new.html.haml
the_role-0.9.93 app/views/admin/roles/new.html.haml