You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/layouts/_session_info.html.slim

14 lines
315 B
Plaintext

ul.session-info
- if current_user
li.username
=> current_user.img_link(:title => '')
= current_user.link(:title => '')
ul.menu
li
a.settings href=edit_user_path Settings
li
a.logout href=logout_path Log out
- else
li
a href=login_path Log in