We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237090e commit 6e15b7eCopy full SHA for 6e15b7e
app/views/dashboard/_partner_approvals.html.erb
@@ -23,7 +23,7 @@
23
<td><%= partner.profile.primary_contact_email %></td>
24
<td><%= partner.updated_at.strftime("%B %d %Y") %></td>
25
<td>
26
- <%= view_button_to partner_path(partner) + "#partner-information", { text: "Review Application", icon: "check", type: "warning", class: 'badge' } %>
+ <%= view_button_to partner_path(partner) + "#partner-information", { text: "Review Applicant's Profile", icon: "check", type: "warning", class: 'badge' } %>
27
</td>
28
</tr>
29
<% end %>
0 commit comments