scube-server/app/views/layouts/application.html.haml
2015-05-01 11:03:34 +00:00

19 lines
302 B
Plaintext

!!!
%html
%head
%meta{charset: 'utf-8'}
%title scube
= csrf_meta_tag
%body
%header
- if current_user?
%nav
%ul
%li
= link_to 'Playlists', playlists_path
%li
= link_to 'Sign out', signout_path
= yield