File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
88 < dt > Agency Type</ dt >
99 < dd > <%= t profile . agency_type , scope : :partners_profile %> </ dd >
10-
11- <% if profile . agency_type == "Other" %>
10+ <% if profile . agency_type &.to_sym == :other %>
1211 < dt > Other Agency Type</ dt >
1312 < dd > <%= profile . other_agency_type %> </ dd >
1413 <% end %>
Original file line number Diff line number Diff line change 66 <%# not partner_profile.name, so this pulls from partner.name %>
77 < p > Name: <%= @partner . name %> </ p >
88 < p > Agency Type: <%= t partner_profile . agency_type , scope : :partners_profile %>
9- <% if partner_profile . agency_type == "Other" && partner_profile . other_agency_type %>
9+ <% if partner_profile . agency_type &. to_sym == :other && partner_profile . other_agency_type %>
1010 (<%= partner_profile . other_agency_type %> )
1111 <% end %>
1212 </ p >
You can’t perform that action at this time.
0 commit comments