Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Hide communication tick boxes #1154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions app/views/users/edit.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@
= f.input :company_name, label: 'Company name'
= f.input :company_info, label: 'Company info', hint: 'Where is the office, how much space can you provide, etc.'
= f.input :bio, label: 'About you', hint: 'You can use basic <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">Markdown</a> here.'.html_safe
h3.page-header Communication
.checkbox
h3.page-header Communication
If you would like to receive important RGSoC announcements and updates straight to your inbox, you can <a href="http://eepurl.com/gJ7D4r" target="_blank">sign up here for our newsletter.</a>
You'll get all the latest program info, including: Opening of our Scholarship Applications, Opening of Open Source Project Submissions, Crowdfunding Campaign Launch, Selected Teams Announcement and RGSoC Kick-off and RGSoC Wrap Up.

<!-- .checkbox
label
= f.check_box :opted_in_newsletter
| Newsletter Opt In
Expand Down Expand Up @@ -93,7 +96,8 @@
= f.check_box :opted_in_applications_open
| Applications are Open Announcement ONLY
p.help-block
| Opening of our Scholarship Applications announcement
| Opening of our Scholarship Applications announcement -->

h3.page-header I am interested in:

= f.collection_check_boxes :interested_in, User::INTERESTS.to_a, :first, :last, item_wrapper_tag: 'div', item_wrapper_class: 'interested_in'
Expand Down