From 7199b318a0d2a59b193edd901784cadea15229e2 Mon Sep 17 00:00:00 2001 From: Ruchika Sharan Date: Fri, 22 Nov 2019 01:29:12 +0530 Subject: [PATCH] "log in" looks like a link (#6403) --- app/views/notes/_comments.html.erb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/views/notes/_comments.html.erb b/app/views/notes/_comments.html.erb index 097b77c861..1d9be722cc 100644 --- a/app/views/notes/_comments.html.erb +++ b/app/views/notes/_comments.html.erb @@ -17,11 +17,10 @@ <% if current_user %> <%= render :partial => "comments/form", :locals => { title: I18n.t('notes._comments.post_comment'), comment: false, placeholder: I18n.t('notes._comments.post_placeholder') } %> <% else %> -

- <%= translation('layout._header.login.login_title') %> to comment. -

+

+ <%= translation('layout._header.login.login_title') %> to comment. +

<% end %> - - + \ No newline at end of file