Skip to content

Commit

Permalink
Change "Proof of Agency Status" and "501(c)(3) IRS Determination Lett…
Browse files Browse the repository at this point in the history
…er" to "501(c)(3) IRS Determination Letter or other Proof of Agency Status" to be consistent (rubyforgood#4791)
  • Loading branch information
nozomirin committed Dec 24, 2024
1 parent 6e767db commit 82dbc78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%= profile_form.input :agency_type, collection: Partner::AGENCY_TYPES.values, label: "Agency Type", class: "form-control", wrapper: :input_group %>
<%= profile_form.input :other_agency_type, label: "Other Agency Type", class: "form-control", wrapper: :input_group %>
<div class="form-group row">
<label class="control-label col-md-3">501(c)(3) IRS Determination Letter</label>
<label class="control-label col-md-3">501(c)(3) IRS Determination Letter or other Proof of Agency Status</label>
<% if profile.proof_of_partner_status.attached? %>
<div class="col-md-8">
Attached
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dt>Status</dt>
<dd><%= profile.partner.display_status %></dd>

<dt>501(c)(3) IRS Determination Letter</dt>
<dt>501(c)(3) IRS Determination Letter or other Proof of Agency Status</dt>
<% if profile.proof_of_partner_status.attached? %>
<dd>Attached
file: <%= link_to profile.proof_of_partner_status.blob['filename'], rails_blob_path(profile.proof_of_partner_status), class: "font-weight-bold" %></dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

<div class="form-group row">
<label class="control-label col-md-3">501(c)(3) IRS Determination Letter</label>
<label class="control-label col-md-3">501(c)(3) IRS Determination Letter or other Proof of Agency Status</label>
<% if profile.proof_of_partner_status.attached? %>
<div class="col-md-8">
Attached file: <%= link_to profile.proof_of_partner_status.blob['filename'], rails_blob_path(profile.proof_of_partner_status), class: "font-weight-bold" %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/profiles/_show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(<%= partner_profile.other_agency_type %>)
<% end %>
</p>
<p>Proof of Agency Status
<p>501(c)(3) IRS Determination Letter or other Proof of Agency Status:
<% if partner_profile.proof_of_partner_status.attached? %>
<!-- NOTE: The actual download link may not work in local storage mode due to file locations being seperate locally. -->
(Link): <%= link_to partner_profile.proof_of_partner_status.filename, rails_blob_path(partner_profile.proof_of_partner_status, disposition: 'inline') %>
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/bank/pm_partner_profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This section contains basic agency information that most, if not all, partners w
- Agency Name
- Agency Type
- Other Agency Type (i.e, details if "other" is chosen in Agency Type)
- 501(c)(3) IRS Determination Letter -- this is a file to upload said letter.
- 501(c)(3) IRS Determination Letter or other Proof of Agency Status -- this is a file to upload said letter.
- Agency Mission
- Address
- City
Expand Down

0 comments on commit 82dbc78

Please sign in to comment.