hackathon_manager 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5775620daf8c377219c92030597cc0a434171196d7a870f6cc02dfac917300ba
|
|
4
|
+
data.tar.gz: a547d9b36e8f2f162d7e74d2a580e267638df51e160e5c89aac4dccf28d3bbbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b4a9207773c048fc5b5bcd5e7fe3676845013701a338d65d8e9a4fd7a9c602ac0d45fa95d002d7e3f0a5e5a0912075f50ce57cabb0b6200ac80547a7ce1be2f
|
|
7
|
+
data.tar.gz: 2ea117e9b78d5e447025eb07cd94e333bb3d83c725e682b16255e48a7d0f560bd752540643fe652fdf2e3733734a271913246b36b4072b21e271d62fd8042ed7
|
|
@@ -51,20 +51,21 @@
|
|
|
51
51
|
= link_to asset_url(Rails.configuration.hackathon['agreement_pdf_asset']), target: '_blank' do
|
|
52
52
|
#{Rails.configuration.hackathon['name']} Agreement
|
|
53
53
|
%span.fa.fa-external-link.icon-space-l-half
|
|
54
|
-
= f.input :agreement_accepted, as: :formatted_boolean, label: "I accept the #{Rails.configuration.hackathon['name']} agreement.", input_html: { "data-validate" => "presence" }
|
|
54
|
+
= f.input :agreement_accepted, as: :formatted_boolean, label: "I read & accept the #{Rails.configuration.hackathon['name']} agreement.", input_html: { "data-validate" => "presence" }
|
|
55
55
|
|
|
56
56
|
.supporting-text
|
|
57
57
|
Please read the
|
|
58
58
|
%a{ href:"http://static.mlh.io/docs/mlh-code-of-conduct.pdf", target: "_blank" }
|
|
59
59
|
MLH Code of Conduct
|
|
60
60
|
%span.fa.fa-external-link.icon-space-l-half
|
|
61
|
-
= f.input :code_of_conduct_accepted, as: :formatted_boolean, label: "I accept the MLH Code of Conduct.", input_html: { "data-validate" => "presence" }
|
|
61
|
+
= f.input :code_of_conduct_accepted, as: :formatted_boolean, label: "I read & accept the MLH Code of Conduct.", input_html: { "data-validate" => "presence" }
|
|
62
62
|
|
|
63
63
|
.supporting-text
|
|
64
|
-
I agree to the terms of both the
|
|
65
|
-
<a href="https://github.com/MLH/mlh-policies/tree/master/prize-terms-and-conditions" target="_blank">MLH Contest Terms
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
I authorize you to share certain application/registration information for event administration, ranking, MLH administration, pre and post-event informational e-mails, and occasional messages about hackathons in-line with the MLH Privacy Policy. I further I agree to the terms of both the
|
|
65
|
+
<a href="https://github.com/MLH/mlh-policies/tree/master/prize-terms-and-conditions" target="_blank">MLH Contest Terms and Conditions</a>
|
|
66
|
+
and the
|
|
67
|
+
<a href="https://mlh.io/privacy" target="_blank">MLH Privacy Policy</a>.
|
|
68
|
+
= f.input :data_sharing_accepted, as: :formatted_boolean, label: "I read & accept the MLH policies.", input_html: { "data-validate" => "presence" }
|
|
68
69
|
|
|
69
70
|
.right
|
|
70
71
|
%button.button{ type: "button", "data-wizard" => "previous" } Previous
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hackathon_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stuart Olivera
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|