Sha256: 4d039e04f757b4e518cba305d400fb8b723fb70a1be769a7c6ae0eb9da8c0528

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

= message_block

%h1 Select new temporary access role for this session

= form_for @user_role, :url => authengine_user_user_roles_path(current_user), :method => :put 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/edit.html.haml