Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion app/views/members/dues/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@

%h4 Suggestions

%p Our membership dues are sliding based on what you can afford. Ultimately, you know your situation best and you can decide the right dues level for yourself.

%table{:width=>"100%"}
%tr
%th Income
%th Suggested range (but it's up to you)
%th Suggested range
%tr
%td Below $100,000
%td $30-$75
Expand Down
4 changes: 3 additions & 1 deletion app/views/members/users/setup.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
Any member can request a scholarship due to financial need at any time.
To apply for a scholarship, go to #{ link_to "Manage Membership", members_user_dues_path(@user) } and fill out the form.

%p Our membership dues are sliding based on what you can afford. Ultimately, you know your situation best and you can decide the right dues level for yourself.

%table{:width=>"100%"}
%tr
%th Income
%th Suggested range (but it's up to you)
%th Suggested range
%tr
%td Below $100,000
%td $30-$75
Expand Down
Loading