_session.html.haml 227 Bytes Edit Raw Blame History 1 2 3 4 - if current_user %ul#session-links %li= link_to t('.sign_out'), destroy_session_path(:user), :id => 'sign-out', :method => :delete %li= link_to t('.edit_profile'), edit_user_path(current_user), :id => 'edit-profile'