X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/26777c44648f908b723c0c74b65972f75ac5fd3d..ef4c9a3306e86377b875d479c7036f5f3ad17410:/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 02bebc5bc..5bfdfa17b 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -1,36 +1,38 @@ <% 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' %>
+<%= t ".leave_a_comment" %>
- <%= error_messages_for 'diary_comment' %> - - <%= form_for :diary_comment, :url => { :action => 'comment' } do |f| %> - <%= richtext_area :diary_comment, :body, :cols => 80, :rows => 15 %> - <%= submit_tag t('.save_button') %> - <% 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 %>