BikeBikeBike/app/views/conferences/registration.html.haml

14 lines
286 B
Plaintext
Raw Normal View History

2014-07-05 10:27:49 -06:00
= render 'header'
2014-03-09 14:43:33 -06:00
- page_style :form
= tabs!
.row
= form_for @conference do |f|
2014-07-05 10:27:49 -06:00
- if @host_privledges
.columns.medium-4
=sub_tabs!
%h2=_'conference.hosts.help.title', :t
%p=_'conference.hosts.help', :p
2014-03-09 14:43:33 -06:00
= render @sub_action, :f => f
= yield_or_default(:after_form)