X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/90c5d95ac4c19ab68fc9e0cdfb570b0251f03ee4..9d95d548e8be3d7c4428d3b350836fcb1a40de24:/app/views/diary_entries/show.html.erb diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb index 154a7a195..ab45a24b6 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -1,15 +1,19 @@ <% content_for :heading do %> -
<%= rss_link_to :action => :rss, :display_name => @entry.user.display_name %>
+<%= rss_link_to :action => :rss, :display_name => @entry.user.display_name %>
+
<%= t(".login_to_leave_a_comment_html", :login_link => link_to(t(".login"), :controller => "users", :action => "login", :referer => request.fullpath)) %>
+<%= t(".login_to_leave_a_comment_html", :login_link => link_to(t(".login"), login_path(:referer => request.fullpath))) %>
<% end %>