We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcff2b commit b176891Copy full SHA for b176891
app/views/devise/registrations/new.html.haml
@@ -4,9 +4,9 @@
4
Register for
5
%span.emphasized= HackathonConfig['name']
6
7
- - if HackathonConfig['registration_is_open'] || HackathonConfig['disclaimer_message'].present?
+ - if !HackathonConfig['registration_is_open'] || HackathonConfig['disclaimer_message'].present?
8
#disclaimer
9
- - unless HackathonConfig['registration_is_open']
+ - if !HackathonConfig['registration_is_open']
10
.center
11
%strong Registration is now closed. Thanks to everyone who applied!
12
%br
0 commit comments