From 8405cb5067d987f01c6b46474618651764b9aab9 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 9 Sep 2017 16:15:44 -0700 Subject: [PATCH] Fix for extra space underline --- views/_news_actions.erb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/views/_news_actions.erb b/views/_news_actions.erb index 4d837cdf..3eac9bdc 100644 --- a/views/_news_actions.erb +++ b/views/_news_actions.erb @@ -9,13 +9,7 @@ <% end %> <% if current_site %> <% if event.site.profile_comments_enabled && current_site.commenting_allowed? %> - - <% if event.profile_comment_id %> - Reply - <% else %> - Comment - <% end %> - + <% if event.profile_comment_id %>Reply<% else %>Comment<% end %> <% end %> <% if event.profile_comment_id && event.created_by?(current_site) %> Edit