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

23 lines
650 B
Plaintext
Raw Normal View History

2012-05-18 17:54:57 +01:00
!!!
%html
%head
2014-01-21 04:51:49 +00:00
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
2012-05-18 17:54:57 +01:00
%title=t 'invites.title'
2014-01-21 04:51:49 +00:00
%script{src: "http://html5shiv.googlecode.com/svn/trunk/html5.js", type: "text/javascript"}
%link{href: "/styles/prereg.css", rel: "stylesheet", type: "text/css"}/
2012-05-18 17:54:57 +01:00
%body
.wrap
= yield :nav if content_for?(:nav)
/ Top block
%header
.logo
.text=t 'invites.header'
.both
/ Page
%article
=yield
.both
/ Footer
%footer= render "layouts/menu/bottom"
2013-09-01 13:18:58 +01:00
= render 'layouts/counters' if !current_user.try(:admin?) && Rails.env.production?