Sha256: becbaacbf35ef0d81875098feab00a9433c1358413aebbc1feda24ce78e1c4d8

Contents?: true

Size: 319 Bytes

Versions: 9

Compression:

Stored size: 319 Bytes

Contents

= render "layouts/manage/page_title", title: "Check-in"

%div
  %table.checkins.datatable.table.table-striped.table-hover{ "data-source" => datatable_manage_checkins_path(format: :json) }
    %thead
      %tr
        %th First name
        %th Last name
        %th About
        %th In?
        %th Actions
    %tbody

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/views/manage/checkins/index.html.haml
hackathon_manager-0.14.0 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.12 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.11 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.10 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.9 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.8 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.7 app/views/manage/checkins/index.html.haml
hackathon_manager-0.13.6 app/views/manage/checkins/index.html.haml