You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
286 B
14 lines
286 B
= 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)
|