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.
7 lines
282 B
7 lines
282 B
9 years ago
|
%article
|
||
|
= columns(medium: 12) do
|
||
|
%h2=_'articles.conference_registration.headings.Confirm_You_Email_Address','Confirm Email Address'
|
||
|
= columns(medium: 6, large: 5) do
|
||
|
= form_tag register_path(@this_conference.slug) do
|
||
|
= button_tag :continue, :value => :confirm_email
|