From 13fc65953b5b93891f08ba447939d23a444f59c3 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Fri, 21 Jan 2022 08:56:22 -0500 Subject: [PATCH] Removed font-awesome from the admin section (#16239) --- app/views/admin/comments/index.html.erb | 8 ++++---- app/views/layouts/admin.html.erb | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/views/admin/comments/index.html.erb b/app/views/admin/comments/index.html.erb index 0fccede1f..e28506c44 100644 --- a/app/views/admin/comments/index.html.erb +++ b/app/views/admin/comments/index.html.erb @@ -16,7 +16,7 @@ attributes: %w[href strong em ref rel src title alt class] %>

-
+
+
View <% if comment.reactions.where(user_id: current_user.id).empty? %> diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index f7421fd52..ff318b33d 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -16,8 +16,7 @@ - - + @@ -80,7 +79,7 @@ <% flash.each do |type, message| %>
"> <%= message %>