Skip to content

Commit

Permalink
Update years
Browse files Browse the repository at this point in the history
  • Loading branch information
belongstorachel committed Nov 16, 2024
1 parent b0fce04 commit 36a33ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/candidates/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<p>
<ul>
<li>Remember that you can vote for <%= "#{User.max_vote_count}" %> candidates for the CRB board.</li>
<li>When we count the votes, the <%= "#{User.max_vote_count - 1}" %> highest voted candidates will be seated on the 2021/22 Board of Directors.</li>
<li>When we count the votes, the <%= "#{User.max_vote_count - 1}" %> highest voted candidates will be seated on the 2025 Board of Directors.</li>
<li>If this includes someone who's day job isn't in tech, we'll also seat the <%= "#{User.max_vote_count.ordinalize}" %> highest voted candidate.</li>
<li>If we have not filled the non-professional board seat, we will seat the highest voted non-professional candidate.</li>
<ul>
Expand Down
3 changes: 1 addition & 2 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<p>
<% if within_nominations_period? %>
<strong>Want to submit your candidacy for one of five (5) spots on the Columbus Ruby Brigade's Board?</strong><br>
<em>Please remember that you will need to have attended a year's worth of CRB meetings to be eligible to serve on the board.</em>
<p>
<%= link_to 'Submit Candidacy!', new_candidate_path, class: 'waves-effect waves-light btn center-align' %>
</p>
Expand All @@ -41,7 +40,7 @@
</p>
<p>
<% if within_voting_period? %>
<strong>It's time to vote for 2021 CRB Board Members! <br>
<strong>It's time to vote for 2025 CRB Board Members! <br>
Read up on the candidates! Cast your votes!</strong>
<p>
<%= link_to 'Go Vote!', candidates_path, class: 'waves-effect waves-light btn center-align' %>
Expand Down

0 comments on commit 36a33ec

Please sign in to comment.