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.
8 lines
371 B
8 lines
371 B
= columns(medium: 12) do
|
|
%p=_'articles.conference_registration.paragraphs.Policy_Agreement', :s, 2
|
|
= columns(medium: 10, push: 1) do
|
|
= render 'application/policy'
|
|
= columns(medium: 12) do
|
|
%p=_'articles.conference_registration.paragraphs.Confirm_Agreement', :p
|
|
= form_tag register_path(@this_conference.slug) do
|
|
.actions= button :agree, value: :policy
|
|
|