Sha256: 99bc2bd744a37494551046e46106e000bc6381fac02b53e4678e636eb48b2626

Contents?: true

Size: 409 Bytes

Versions: 21

Compression:

Stored size: 409 Bytes

Contents

%section.section.manage
  %h1.section-title= title "Edit Admin"

  .form-container
    %p#notice= notice

    %p
      %b Email Address:
      = @user.email
    %p
      %b Access Level:
      = @user.admin_limited_access ? "Limited Access" : "Full Access"

    - unless current_user.admin_limited_access
      = link_to 'Edit', edit_manage_admin_path(@user)
      \|
    = link_to 'Back', manage_admins_path

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hackathon_manager-0.5.9 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.8 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.7 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.6 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.5 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.4 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.3 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.2 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.1 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.0 app/views/manage/admins/show.html.haml
hackathon_manager-0.4.4 app/views/manage/admins/show.html.haml
hackathon_manager-0.4.3 app/views/manage/admins/show.html.haml
hackathon_manager-0.4.2 app/views/manage/admins/show.html.haml
hackathon_manager-0.4.1 app/views/manage/admins/show.html.haml
hackathon_manager-0.4.0 app/views/manage/admins/show.html.haml
hackathon_manager-0.3.3 app/views/manage/admins/show.html.haml
hackathon_manager-0.3.2 app/views/manage/admins/show.html.haml
hackathon_manager-0.3.1 app/views/manage/admins/show.html.haml
hackathon_manager-0.3.0 app/views/manage/admins/show.html.haml
hackathon_manager-0.2.0 app/views/manage/admins/show.html.haml