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