rosa-build/app/views/layouts/sessions.html.haml

16 lines
426 B
Plaintext
Raw Normal View History

!!!
%html
%head
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "content-type"}
= display_meta_tags :site => APP_CONFIG['project_name']
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tag
%body
#container
#box
= render :partial => "layouts/flashes"
= yield
= render 'layouts/counters' unless current_user.try(:admin?)