Sha256: 99174c9a4943362a715b9edb33afd283de94e174b7ce144de141c4e0f7061234
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
- title 'Register' .form-container.signup %h1.section-title.center Register for %span.emphasized= HackathonConfig['name'] - if HackathonConfig['registration_is_open'] || HackathonConfig['disclaimer_message'].present? #disclaimer - unless HackathonConfig['registration_is_open'] .center %strong Registration is now closed. Thanks to everyone who applied! %br - if HackathonConfig['disclaimer_message'].present? = markdown(HackathonConfig['disclaimer_message']) = render 'form'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hackathon_manager-0.14.1 | app/views/devise/registrations/new.html.haml |
hackathon_manager-0.14.0 | app/views/devise/registrations/new.html.haml |