Skip to content

Commit

Permalink
Merge pull request #4308 from cielf/restore_settings_on_partner_profi…
Browse files Browse the repository at this point in the history
…le_edit

restoring settings partial in partner profile edit
  • Loading branch information
awwaiid authored Apr 27, 2024
2 parents 343dc25 + 5c2fe9c commit 6a636eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/partners/profiles/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<%= render partial: "partners/profiles/edit/#{partial}", locals: {form: profile_form, f: profile_form, profile: current_partner.profile} %>
</div>
<% end %>
<div class="col-6">
<%= render partial: "partners/profiles/edit/partner_settings", locals: {form: profile_form, profile: current_partner.profile} %>
</div>
</div>
<div class="card-footer">
<%= form.submit("Update Information", class: "btn btn-primary") %>
Expand Down

0 comments on commit 6a636eb

Please sign in to comment.