mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
* Cleanup the CSS * Fix more views then you have fingers and toes * Introduce position(weight) for sponsor levels * Fix bootstrap/datatable integration
16 lines
449 B
Text
16 lines
449 B
Text
= content_for :splash_nav do
|
|
%li
|
|
%a.smoothscroll{ href: '#registration' } Registration
|
|
|
|
.container
|
|
.row
|
|
.col-md-12.text-center
|
|
%h1 Registration
|
|
%p.lead
|
|
Going to
|
|
= @conference.short_title
|
|
is free of charge. We only ask you to
|
|
= link_to "register yourself", new_conference_conference_registrations_path(@conference.short_title)
|
|
until
|
|
= @conference.registration_period.end_date
|
|
|