Sha256: 6d95edbd448cac4dba1cc72c18aadcf60386e3c472f67545050affd8da619159

Contents?: true

Size: 404 Bytes

Versions: 30

Compression:

Stored size: 404 Bytes

Contents

%section.section.manage
  %h1.section-title= title "Listing Admins"

  %table.users.datatable.row-border.stripe.hover.order-column{ "data-source" => datatable_manage_admins_path(format: :json) }
    %thead
      %tr
        %th
        %th ID
        %th Email
        %th Access Level
    %tbody

  - unless current_user.admin_limited_access
    %br
    = btn_link_to 'New Admin', new_manage_admin_path

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hackathon_manager-0.4.3 app/views/manage/admins/index.html.haml
hackathon_manager-0.4.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.4.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.4.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.3.3 app/views/manage/admins/index.html.haml
hackathon_manager-0.3.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.3.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.3.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.2.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.1.0 app/views/manage/admins/index.html.haml