%div.mdl-layout.mdl-js-layout.mdl-layout--fixed-header %header.mdl-layout__header.mdl-layout__header--waterfall %div.mdl-layout__header-row %a.mdl-layout-title(href="#{jobshop.root_path}") Jobshop %div.mdl-layout-spacer %div.static-navigation-container %nav.mdl-navigation %a.mdl-navigation__link{ href: jobshop.about_path } About %a.mdl-navigation__link.mdl-color-text--pink{ href: jobshop.teams_lookup_path } Sign In %main %div You are currently logged in at these stations: %ul - session_activations.each do |s| %li{ id: s.id } %p = s.id = "(current)" if s.activation_token == session[:activation_token] %p= link_to "log this out", revoke_session_path(s), remote: true, method: :delete, data: { confirm: "Are you sure you want to log out of the selected session?" }