Sha256: 4068c48169e362eb98cb3f51406838d8164c99e7e168fa470356d818c42747e6

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

%h1 Select new access role

= form_for @user_role, :url => authengine_user_user_roles_path(current_user), :method => :post do |f|
  %table
    %tr
      %td= f.label :role_id, "New role"
      %td= f.select :role_id, @roles.collect{|r| [r.name, r.id]}
  - submit_or_return_to admin_index_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authengine-0.0.2 app/views/authengine/user_roles/new.html.haml