From 37ca21ef727c56b3b15ecbd788f0f3f9a294ced0 Mon Sep 17 00:00:00 2001 From: Ruchika Sharan Date: Sun, 6 Oct 2019 15:02:51 +0530 Subject: [PATCH] "log in" looks like a link --- app/views/notes/_comments.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notes/_comments.html.erb b/app/views/notes/_comments.html.erb index 601488138b..56565a5bbb 100644 --- a/app/views/notes/_comments.html.erb +++ b/app/views/notes/_comments.html.erb @@ -17,7 +17,7 @@ <% 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 %> -

+

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

<% end %>