scube-server/app/views/layouts/application.html.haml
2015-04-30 13:54:02 +00:00

18 lines
259 B
Plaintext

!!!
%html
%head
%meta{charset: 'utf-8'}
%title scube
= csrf_meta_tag
%body
%header
%nav
%ul
%li
= link_to 'Scube', root_path
%li
= link_to 'Playlists', playlists_path
= yield