X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0625c1effb8f5e2871557439c5ebf7c106db6a1f..0cd90e76db2842082008638270fd60b10053ae3a:/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 91a4c61f5..1830c9ced 100644 --- a/app/views/diary_entries/show.html.erb +++ b/app/views/diary_entries/show.html.erb @@ -1,35 +1,45 @@ <% 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(".discussion") %>
+ + <% if current_user %> +<%= t '.leave_a_comment' %>
- - <%= error_messages_for 'diary_comment' %> +<%= t ".leave_a_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 %>