X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e731dd71a77ad4ad1e9db22535e89444bb98e5d9..9d95d548e8be3d7c4428d3b350836fcb1a40de24:/app/views/diary_entries/show.html.erb?ds=sidebyside diff --git a/app/views/diary_entries/show.html.erb b/app/views/diary_entries/show.html.erb index 1cc1e1c53..ab45a24b6 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -1,35 +1,39 @@ <% 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 ".leave_a_comment" %>
- <%= error_messages_for "diary_comment" %> - - <%= form_for @entry.comments.new, :url => { :action => "comment" } do |f| %> - <%= richtext_area :diary_comment, :body, :cols => 80, :rows => 15 %> - <%= f.submit %> - <% end %> - <% if @entry.subscribers.exists?(current_user.id) %> -<%= raw t(".login_to_leave_a_comment", :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 %>