diff --git a/app/views/partners/profiles/edit/_agency_information.html.erb b/app/views/partners/profiles/edit/_agency_information.html.erb index b098c0c3fc..d7a273b85e 100644 --- a/app/views/partners/profiles/edit/_agency_information.html.erb +++ b/app/views/partners/profiles/edit/_agency_information.html.erb @@ -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 %>
- + <% if profile.proof_of_partner_status.attached? %>
Attached diff --git a/app/views/partners/profiles/show/_agency_information.html.erb b/app/views/partners/profiles/show/_agency_information.html.erb index c4d84ca169..cf0760188c 100644 --- a/app/views/partners/profiles/show/_agency_information.html.erb +++ b/app/views/partners/profiles/show/_agency_information.html.erb @@ -16,7 +16,7 @@
Status
<%= profile.partner.display_status %>
-
501(c)(3) IRS Determination Letter
+
501(c)(3) IRS Determination Letter or other Proof of Agency Status
<% if profile.proof_of_partner_status.attached? %>
Attached file: <%= link_to profile.proof_of_partner_status.blob['filename'], rails_blob_path(profile.proof_of_partner_status), class: "font-weight-bold" %>
diff --git a/app/views/partners/profiles/step/_agency_information_form.html.erb b/app/views/partners/profiles/step/_agency_information_form.html.erb index 0a65397daf..9f03647e49 100644 --- a/app/views/partners/profiles/step/_agency_information_form.html.erb +++ b/app/views/partners/profiles/step/_agency_information_form.html.erb @@ -12,7 +12,7 @@
- + <% if profile.proof_of_partner_status.attached? %>
Attached file: <%= link_to profile.proof_of_partner_status.blob['filename'], rails_blob_path(profile.proof_of_partner_status), class: "font-weight-bold" %> diff --git a/app/views/profiles/_show.html.erb b/app/views/profiles/_show.html.erb index 095b620592..1dcac66aac 100644 --- a/app/views/profiles/_show.html.erb +++ b/app/views/profiles/_show.html.erb @@ -10,7 +10,7 @@ (<%= partner_profile.other_agency_type %>) <% end %>

-

Proof of Agency Status +

501(c)(3) IRS Determination Letter or other Proof of Agency Status: <% if partner_profile.proof_of_partner_status.attached? %> (Link): <%= link_to partner_profile.proof_of_partner_status.filename, rails_blob_path(partner_profile.proof_of_partner_status, disposition: 'inline') %> diff --git a/docs/user_guide/bank/pm_partner_profiles.md b/docs/user_guide/bank/pm_partner_profiles.md index a5dfb00dfd..bc636389c1 100644 --- a/docs/user_guide/bank/pm_partner_profiles.md +++ b/docs/user_guide/bank/pm_partner_profiles.md @@ -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