Board member changes to registration forms and reports
This commit is contained in:
parent
f19e822d88
commit
2cd1966250
|
@ -6,7 +6,10 @@ Please also note that certain privileges like 24/7 card access require community
|
|||
Thanks again, and happy hacking!</p>
|
||||
<% end %>
|
||||
|
||||
|
||||
|
||||
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => html) do |f| %>
|
||||
<i><%= f.label :public_notice, "* denoted fields will be published to our public mailing list" %></i><br />
|
||||
<div class="field">
|
||||
<%= f.label :member_level, "Membership Level" %><br />
|
||||
<%= f.select :member_level, [[nil],["None",0],["Unable",1],["Volunteer",10],["Associate ($25)",25],["Basic ($50)",50],["Plus ($100)",100]] %>
|
||||
|
@ -17,7 +20,7 @@ Thanks again, and happy hacking!</p>
|
|||
</div>
|
||||
|
||||
<div class="field">
|
||||
<%= f.label :name, "Full Name" %><br />
|
||||
<%= f.label :name, "Full Name *" %><br />
|
||||
<%= f.text_field :name %>
|
||||
</div>
|
||||
|
||||
|
@ -64,15 +67,15 @@ Thanks again, and happy hacking!</p>
|
|||
<%= f.text_field :emergency_email %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :current_skills, "What skills, knowledge and experience do you bring to the community?" %><br />
|
||||
<%= f.label :current_skills, "What skills, knowledge and experience do you bring to the community? *" %><br />
|
||||
<%= f.text_area :current_skills %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :desired_skills, "What skills, knowledge and experiences are you looking for in HeatSync?" %><br />
|
||||
<%= f.label :desired_skills, "What skills, knowledge and experiences are you looking for in HeatSync? *" %><br />
|
||||
<%= f.text_area :desired_skills %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :marketing_source, "How'd you find out about HeatSync?" %><br />
|
||||
<%= f.label :marketing_source, "How'd you find out about HeatSync? *" %><br />
|
||||
<%= f.text_area :marketing_source %>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<% end %>
|
||||
|
||||
<div class="field">
|
||||
<%= f.label :name, "Full Name" %><br />
|
||||
<%= f.label :name, "Full Name (this will be public)" %><br />
|
||||
<%= f.text_field :name %>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<% @new_users.sort_by(&:created_at).reverse!.group_by{|u| u.created_at.beginning_of_month}.each do |g| %>
|
||||
<h2><%= g.first.to_formatted_s(:month_and_year) %></h2>
|
||||
<% g.last.each do |user| %>
|
||||
<p><b><%= user.name %> - <%= user.member_level_string %></b></p>
|
||||
<!-- remove member level from display -->
|
||||
<p><b><%= user.name %><!-- - <%= user.member_level_string %>--></b></p>
|
||||
<p><b>What skills, knowledge and experience do you bring to the community?</b><br/>
|
||||
<%= user.current_skills %>
|
||||
</p>
|
||||
|
|
BIN
public/header-image.png
Normal file
BIN
public/header-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user