BikeBikeBike/app/views/conferences/registration.html.haml
2014-07-05 10:27:49 -06:00

14 lines
286 B
Plaintext

= render 'header'
- page_style :form
= tabs!
.row
= form_for @conference do |f|
- if @host_privledges
.columns.medium-4
=sub_tabs!
%h2=_'conference.hosts.help.title', :t
%p=_'conference.hosts.help', :p
= render @sub_action, :f => f
= yield_or_default(:after_form)