mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
quickly reject user links from profile page
This commit is contained in:
parent
014cb025fd
commit
cb11ba082b
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
|||
' •
|
||||
a href=Routes.profile_user_link_path(@conn, :edit, @user, link)
|
||||
' Edit
|
||||
' •
|
||||
a href=Routes.admin_user_link_reject_path(@conn, :create, link) data-method="post"
|
||||
' Reject
|
||||
- else
|
||||
=> unless link.public do
|
||||
br
|
||||
|
|
Loading…
Reference in a new issue