Sha256: a1f60b3c3d1777c574cda095426c55aeb21515dc11ddf532f1318453efd718b4

Contents?: true

Size: 364 Bytes

Versions: 18

Compression:

Stored size: 364 Bytes

Contents

= render "layouts/manage/page_title", title: "Admins" do
  = link_to "New Admin", new_manage_admin_path, class: "btn btn-sm btn-outline-secondary"

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hackathon_manager-0.12.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.12.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.12.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.11.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.11.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.11.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.10.3 app/views/manage/admins/index.html.haml
hackathon_manager-0.10.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.10.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.10.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.9.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.9.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.9.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.8.2 app/views/manage/admins/index.html.haml
hackathon_manager-0.8.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.8.0 app/views/manage/admins/index.html.haml
hackathon_manager-0.7.1 app/views/manage/admins/index.html.haml
hackathon_manager-0.7.0 app/views/manage/admins/index.html.haml