Skip to content

Commit 7707cce

Browse files
committed
Clean up
1 parent 31f7212 commit 7707cce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/profiles/_show.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@
116116
<p>Poverty Unknown: <%= partner_profile.poverty_unknown %></p>
117117
<br>
118118
<% end %>
119-
<% if partner_profile_fields.include?('executive_director') || partner_profile_fields.empty? %>
120-
<h4 class='text-2xl underline'>Executive Director</h4>
119+
<% if partner_profile_fields.include?('contacts') || partner_profile_fields.empty? %>
120+
<h4 class='text-2xl underline'>Contacts</h4>
121+
<strong>Executive Director</strong>
121122
<p>Executive Director Name: <%= partner_profile.executive_director_name %></p>
122123
<p>Executive Director Phone: <%= partner_profile.executive_director_phone %></p>
123124
<p>Executive Director Email: <%= partner_profile.executive_director_email %></p>
124-
<br>
125-
<h4 class='text-2xl underline'>Primary Contact Person</h4>
125+
<strong>Primary Contact Person</strong>
126126
<p>Primary Contact Name: <%= partner_profile.primary_contact_name %></p>
127127
<p>Primary Contact Phone: <%= partner_profile.primary_contact_phone %></p>
128128
<p>Primary Contact Mobile: <%= partner_profile.primary_contact_mobile %></p>

0 commit comments

Comments
 (0)