You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
With the great work done creating a page for partners to edit their details, we need a show page for them to review those details before submitting them for approval.
Populate the app/views/partners/show.html.erb with the data entered in the edit/update form.
Make the submit for approval button disabled if the partner_status is unequal to Pending
The text was updated successfully, but these errors were encountered:
With the great work done creating a page for partners to edit their details, we need a show page for them to review those details before submitting them for approval.
app/views/partners/show.html.erb
with the data entered in the edit/update form.partner_status
is unequal toPending
The text was updated successfully, but these errors were encountered: