2011-03-31 00:10:23 +01:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
2012-02-08 14:01:00 +00:00
|
|
|
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "content-type"}
|
2011-11-09 23:50:42 +00:00
|
|
|
= display_meta_tags :site => APP_CONFIG['project_name']
|
2012-02-08 14:01:00 +00:00
|
|
|
= stylesheet_link_tag "application"
|
|
|
|
= javascript_include_tag "application"
|
2011-03-31 00:10:23 +01:00
|
|
|
= csrf_meta_tag
|
|
|
|
%body
|
|
|
|
#container
|
|
|
|
#box
|
2011-10-13 11:19:42 +01:00
|
|
|
= render :partial => "layouts/flashes"
|
2011-03-31 00:10:23 +01:00
|
|
|
= yield
|
2012-02-13 16:42:11 +00:00
|
|
|
|
|
|
|
= render 'layouts/counters' unless current_user.try(:admin?)
|