|
|
|
@ -53,12 +53,12 @@
|
|
|
|
|
<td><span class="apply-status-<%= apply.status %>"><%= apply.status_text %></span></td>
|
|
|
|
|
<% else %>
|
|
|
|
|
<td class="action-container">
|
|
|
|
|
<%= agree_link '同意', agree_admins_professional_authentication_path(apply, element: ".professional-authentication-#{apply.id}"), 'data-confirm': '确认审核通过?' %>
|
|
|
|
|
<%= agree_link '同意', agree_admins_professional_authentication_path(apply, element: ".professional-authentication-#{apply.id}"), 'data-confirm': '确认审核通过?', 'data-disable-with': "提交中..." %>
|
|
|
|
|
<%= javascript_void_link('拒绝', class: 'action refuse-action',
|
|
|
|
|
data: {
|
|
|
|
|
toggle: 'modal', target: '.admin-common-refuse-modal', id: apply.id,
|
|
|
|
|
url: refuse_admins_professional_authentication_path(apply, element: ".professional-authentication-#{apply.id}")
|
|
|
|
|
}) %>
|
|
|
|
|
}, 'data-disable-with': "提交中...") %>
|
|
|
|
|
</td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</tr>
|
|
|
|
|