feat: Admin 友链申请回链复检按钮
调用 RecheckReciprocal,开启检测且有回链页时可复检。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -82,6 +82,12 @@
|
||||
<button type="submit">拒绝</button>
|
||||
</form>
|
||||
{{end}}
|
||||
{{if .CanRecheck}}
|
||||
<form method="post" action="/admin/friend-links/applies/{{.ID}}/recheck" class="j13-inline-form">
|
||||
<input type="hidden" name="_csrf" value="{{$.CSRF}}"/>
|
||||
<button type="submit" class="j13-btn-secondary">复检</button>
|
||||
</form>
|
||||
{{end}}
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user