Add option to view comments in rails admin

This commit is contained in:
Karina Kwiatek 2023-01-21 19:32:55 +01:00 committed by Andreas Nedbal
parent 9d7c99fe9b
commit e16f460b53
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@
%a.dropdown-item{ href: "#", data: { action: "ab-comment-report", c_id: comment.id } }
%i.fa.fa-fw.fa-exclamation-triangle
= t("voc.report")
- if current_user.admin?
%a.dropdown-item{ href: rails_admin_path_for_resource(comment), target: "_blank" }
%i.fa.fa-fw.fa-gears
= t("voc.view_in_rails_admin")