Sha256: c3238a843459bf6349d3a1d0ef825a7317bc42a95d87c55e3eff35d1e97dc4bc

Contents?: true

Size: 934 Bytes

Versions: 2

Compression:

Stored size: 934 Bytes

Contents

%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?" }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jobshop-0.0.113 app/views/jobshop/places/show.html.haml
jobshop-0.0.109 app/views/jobshop/places/show.html.haml