|
1 | 1 | <div class="row"> |
2 | 2 | <div class="col-md-6"> |
3 | 3 | <!-- /.box-header --> |
4 | | - <h2 class='text-2xl underline'>Agency Information</h2> |
| 4 | + <h4 class='text-2xl underline'>Agency Information</h4> |
5 | 5 | <%# The field for inputting the name registers it as partner.name, %> |
6 | 6 | <%# not partner_profile.name, so this pulls from partner.name %> |
7 | 7 | <p>Name: <%= @partner.name %></p> |
|
25 | 25 | <br> |
26 | 26 | <br> |
27 | 27 | <% if partner_profile.program_address1.present? || partner_profile.program_address2.present? || partner_profile.program_city.present? || partner_profile.program_state.present? || partner_profile.program_zip_code.present? %> |
28 | | - <h3>Program / Delivery Address (if different)</h3> |
| 28 | + <h4>Program / Delivery Address (if different)</h4> |
29 | 29 | <p>Program Address: <%= partner_profile.program_address1 %></p> |
30 | 30 | <p>Program Address: <%= partner_profile.program_address2 %></p> |
31 | 31 | <p>Program City: <%= partner_profile.program_city %></p> |
|
35 | 35 | <% end %> |
36 | 36 |
|
37 | 37 | <% if partner_profile_fields.include?('media_information') || partner_profile_fields.empty? %> |
38 | | - <h2 class='text-2xl underline'>Media Information</h2> |
| 38 | + <h4 class='text-2xl underline'>Media Information</h4> |
39 | 39 | <p>Website: <%= partner_profile.website %></p> |
40 | 40 | <p>Facebook: <%= partner_profile.facebook %></p> |
41 | 41 | <p>Twitter: <%= partner_profile.twitter %></p> |
|
44 | 44 | <br> |
45 | 45 | <% end %> |
46 | 46 | <% if partner_profile_fields.include?('agency_stability') || partner_profile_fields.empty? %> |
47 | | - <h2 class='text-2xl underline'>Agency Stability</h2> |
| 47 | + <h4 class='text-2xl underline'>Agency Stability</h4> |
48 | 48 | <p>Founded <%= partner_profile.founded %></p> |
49 | 49 | <p>Form 990: <%= humanize_boolean(partner_profile.proof_of_form_990.attached?) %></p> |
50 | 50 | <p>Form 990 |
|
63 | 63 | <p>Currently Providing Diapers: <%= humanize_boolean_3state(partner_profile.currently_provide_diapers) %></p> |
64 | 64 | <% end %> |
65 | 65 | <% if partner_profile_fields.include?('organizational_capacity') || partner_profile_fields.empty? %> |
66 | | - <h2 class='text-2xl underline'>Organizational Capacity</h2> |
| 66 | + <h4 class='text-2xl underline'>Organizational Capacity</h4> |
67 | 67 | <p>Client Capacity: <%= partner_profile.client_capacity %></p> |
68 | 68 | <p>Storage Space: <%= humanize_boolean_3state(partner_profile.storage_space) %></p> |
69 | 69 | <p>Storage Space Description: <%= partner_profile.describe_storage_space %></p> |
70 | 70 | <br> |
71 | 71 | <% end %> |
72 | 72 |
|
73 | 73 | <% if partner_profile_fields.include?('area_served') || partner_profile_fields.empty? %> |
74 | | - <h2 class='text-2xl underline'>Area Served</h2> |
| 74 | + <h4 class='text-2xl underline'>Area Served</h4> |
75 | 75 | <table> |
76 | 76 | <th class="county-heading">County</th><th class="county-heading">% of Clients in county</th> |
77 | 77 |
|
|
86 | 86 | <% end %> |
87 | 87 |
|
88 | 88 | <% if partner_profile_fields.include?('population_served') || partner_profile_fields.empty? %> |
89 | | - <h2 class='text-2xl underline'>Population Served</h2> |
| 89 | + <h4 class='text-2xl underline'>Population Served</h4> |
90 | 90 | <p>Income Requirement: <%= humanize_boolean_3state(partner_profile.income_requirement_desc) %></p> |
91 | 91 | <p>Income Verification: <%= humanize_boolean_3state(partner_profile.income_verification) %></p> |
92 | 92 | <br> |
93 | 93 | <% end %> |
94 | 94 | </div> |
95 | 95 | <div class="col-md-6"> |
96 | 96 | <% if partner_profile_fields.include?('population_served') || partner_profile_fields.empty? %> |
97 | | - <h2 class='text-2xl underline'>Race/Ethnicity of Client Base</h2> |
| 97 | + <h4 class='text-2xl underline'>Race/Ethnicity of Client Base</h4> |
98 | 98 | <p>African American: <%= partner_profile.population_black %></p> |
99 | 99 | <p>Caucasian: <%= partner_profile.population_white %></p> |
100 | 100 | <p>Hispanic: <%= partner_profile.population_hispanic %></p> |
|
104 | 104 | <p>Multi-Racial: <%= partner_profile.population_multi_racial %></p> |
105 | 105 | <p>Other: <%= partner_profile.population_other %></p> |
106 | 106 | <br> |
107 | | - <h3>Zip Codes Served</h3> |
| 107 | + <h4>Zip Codes Served</h4> |
108 | 108 | <p>Zips: <%= partner_profile.zips_served %></p> |
109 | 109 | <br> |
110 | | - <h3>Poverty Information of Those Served</h3> |
| 110 | + <h4>Poverty Information of Those Served</h4> |
111 | 111 | <p>At FPL or Below: <%= partner_profile.at_fpl_or_below %></p> |
112 | 112 | <p>Above 1-2 times |
113 | 113 | FPL: <%= partner_profile.above_1_2_times_fpl %></p> |
|
117 | 117 | <br> |
118 | 118 | <% end %> |
119 | 119 | <% if partner_profile_fields.include?('executive_director') || partner_profile_fields.empty? %> |
120 | | - <h2 class='text-2xl underline'>Executive Director</h2> |
| 120 | + <h4 class='text-2xl underline'>Executive Director</h4> |
121 | 121 | <p>Executive Director Name: <%= partner_profile.executive_director_name %></p> |
122 | 122 | <p>Executive Director Phone: <%= partner_profile.executive_director_phone %></p> |
123 | 123 | <p>Executive Director Email: <%= partner_profile.executive_director_email %></p> |
124 | 124 | <br> |
125 | | - <h2 class='text-2xl underline'>Primary Contact Person</h2> |
| 125 | + <h4 class='text-2xl underline'>Primary Contact Person</h4> |
126 | 126 | <p>Primary Contact Name: <%= partner_profile.primary_contact_name %></p> |
127 | 127 | <p>Primary Contact Phone: <%= partner_profile.primary_contact_phone %></p> |
128 | 128 | <p>Primary Contact Mobile: <%= partner_profile.primary_contact_mobile %></p> |
129 | 129 | <p>Primary Contact Email: <%= partner_profile.primary_contact_email %> </p> |
130 | 130 | <br> |
131 | 131 | <% end %> |
132 | 132 | <% if partner_profile_fields.include?('pick_up_person') || partner_profile_fields.empty? %> |
133 | | - <h2 class='text-2xl underline'>Pick Up Person</h2> |
| 133 | + <h4 class='text-2xl underline'>Pick Up Person</h4> |
134 | 134 | <p>Pick Up Name: <%= partner_profile.pick_up_name %></p> |
135 | 135 | <p>Pick Up Phone: <%= partner_profile.pick_up_phone %></p> |
136 | 136 | <p>Pick Up Email: <%= partner_profile.pick_up_email %></p> |
137 | 137 | <br> |
138 | 138 | <% end %> |
139 | 139 | <% if partner_profile_fields.include?('agency_distribution_information') || partner_profile_fields.empty? %> |
140 | | - <h2 class='text-2xl underline'>Agency Distribution Information</h2> |
| 140 | + <h4 class='text-2xl underline'>Agency Distribution Information</h4> |
141 | 141 | <p>Distribution Times: <%= partner_profile.distribution_times %> </p> |
142 | 142 | <p>New Client Times: <%= partner_profile.new_client_times %></p> |
143 | 143 | <p>More Docs Required: <%= partner_profile.more_docs_required %></p> |
144 | 144 | <br> |
145 | 145 | <% end %> |
146 | 146 | <% if partner_profile_fields.include?('sources_of_funding') || partner_profile_fields.empty? %> |
147 | | - <h2 class='text-2xl underline'>Sources of Funding</h2> |
| 147 | + <h4 class='text-2xl underline'>Sources of Funding</h4> |
148 | 148 | <p>Sources of Funding: <%= partner_profile.sources_of_funding %></p> |
149 | 149 | <p>Sources of Diapers: <%= partner_profile.sources_of_diapers %> </p> |
150 | 150 | <p>Essentials Budget:<%= partner_profile.essentials_budget %></p> |
151 | 151 | <p>Essentials Funding Source: <%= partner_profile.essentials_funding_source %></p> |
152 | 152 | <br> |
153 | 153 | <% end %> |
154 | 154 | <% if partner_profile_fields.include?('attached_documents') || partner_profile_fields.empty? %> |
155 | | - <h2 class='text-2xl underline'>Other Documents</h2> |
| 155 | + <h4 class='text-2xl underline'>Other Documents</h4> |
156 | 156 | <% partner_profile.documents.each do |document| %> |
157 | 157 | <p><%= link_to document.filename, rails_blob_path(document, disposition: 'inline') %></p> |
158 | 158 | <% end %> |
159 | 159 | <br> |
160 | | - <h2 class='text-2xl underline'>Settings</h2> |
| 160 | + <h4 class='text-2xl underline'>Settings</h4> |
161 | 161 | <% if partner_profile.organization.enable_child_based_requests? %> |
162 | 162 | <p>Uses Child Based Requests: <%= humanize_boolean(partner_profile.enable_child_based_requests) %></p> |
163 | 163 | <% end %> |
|
0 commit comments