app/views/manage/stats/index.html.haml in hackathon_manager-0.6.6 vs app/views/manage/stats/index.html.haml in hackathon_manager-0.7.0

- old
+ new

@@ -1,11 +1,11 @@ -%section.section.manage - %h1.section-title= title "Statistics & Info" += render "layouts/manage/page_title", title: "Statistics & Info" - .container.container-full - %h4.dashboard-container-title Dietary Restrictions & Special Needs - %table.stats.datatable.row-border.stripe.hover.order-column{ "data-source" => dietary_special_needs_manage_stats_path(format: :json) } +.row + .col + %h5.dashboard-container-title Dietary Restrictions & Special Needs + %table.stats.datatable.table.table-striped.table-hover{ "data-source" => dietary_special_needs_manage_stats_path(format: :json) } %thead %tr %th First name %th Last name %th Email @@ -13,39 +13,42 @@ %th Checked In %th Dietary Restrictions %th Special Needs %tbody - .container.container-full - %h4.dashboard-container-title Attendees Not Traveling From Their School - %table.stats.datatable.row-border.stripe.hover.order-column{ "data-source" => alt_travel_manage_stats_path(format: :json) } +.row + .col + %h5.dashboard-container-title Attendees Not Traveling From Their School + %table.stats.datatable.table.table-striped.table-hover{ "data-source" => alt_travel_manage_stats_path(format: :json) } %thead %tr %th Link %th First name %th Last name %th Email %th Traveling From %th Acc Status %tbody - .container.container-full - %h4.dashboard-container-title Attendee Info for Sponsors - %table.stats.datatable.row-border.stripe.hover.order-column{ "data-source" => sponsor_info_manage_stats_path(format: :json) } +.row + .col + %h5.dashboard-container-title Attendee Info for Sponsors + %table.stats.datatable.table.table-striped.table-hover{ "data-source" => sponsor_info_manage_stats_path(format: :json) } %thead %tr %th First name %th Last name %th Email + %th School %th Open Source Link %th Portfolio Link %th Resume Link - %th School %tbody - .container.container-full - %h4.dashboard-container-title MLH Info - %table.stats.datatable.row-border.stripe.hover.order-column{ "data-source" => mlh_info_manage_stats_path(format: :json) } +.row + .col + %h5.dashboard-container-title MLH Info + %table.stats.datatable.table.table-striped.table-hover{ "data-source" => mlh_info_manage_stats_path(format: :json) } %thead %tr %th First name %th Last name %th Email