Sha256: 1fe795a749eca21baa73d91c044ad240ff07379ec250591ebe1beab7864a430a

Contents?: true

Size: 186 Bytes

Versions: 3

Compression:

Stored size: 186 Bytes

Contents

= content_for :log_in_out do
  - if logged_in?
    = link_to "Logged in as #{ current_user }", person_path(current_user)
    |
    = link_to "Log out", sessions_path, :method => :delete

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 app/views/peoplefinder/shared/_loginout.html.haml
peoplefinder-0.1.0 app/views/peoplefinder/shared/_loginout.html.haml
peoplefinder-0.0.2 app/views/peoplefinder/shared/_loginout.html.haml