Sha256: cdeeab3f8e295d819db602f4fdf90aaf493760f237ee26940bf40e2ef690916b

Contents?: true

Size: 386 Bytes

Versions: 9

Compression:

Stored size: 386 Bytes

Contents

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

  .form-container
    %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

9 entries across 9 versions & 1 rubygems

Version Path
hackathon_manager-0.6.6 app/views/manage/admins/show.html.haml
hackathon_manager-0.6.5 app/views/manage/admins/show.html.haml
hackathon_manager-0.6.4 app/views/manage/admins/show.html.haml
hackathon_manager-0.6.3 app/views/manage/admins/show.html.haml
hackathon_manager-0.6.2 app/views/manage/admins/show.html.haml
hackathon_manager-0.6.1 app/views/manage/admins/show.html.haml
hackathon_manager-0.6.0 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.11 app/views/manage/admins/show.html.haml
hackathon_manager-0.5.10 app/views/manage/admins/show.html.haml