2016-05-30 18:24:07 -07:00
|
|
|
= columns(medium: 12) do
|
2017-04-09 11:37:16 -07:00
|
|
|
%p=_'articles.conference_registration.paragraphs.Policy_Agreement', :s, 2
|
2016-05-30 18:24:07 -07:00
|
|
|
= columns(medium: 10, push: 1) do
|
2017-04-09 11:37:16 -07:00
|
|
|
= render 'application/policy'
|
2016-05-30 18:24:07 -07:00
|
|
|
= columns(medium: 12) do
|
2017-04-09 11:37:16 -07:00
|
|
|
%p=_'articles.conference_registration.paragraphs.Confirm_Agreement', :p
|
|
|
|
= form_tag register_path(@this_conference.slug) do
|
|
|
|
.actions= button :agree, value: :policy
|