]> source.dussan.org Git - redmine.git/commitdiff
Reply form on the message view is displayed only if user is logged in.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 14 May 2007 17:07:40 +0000 (17:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 14 May 2007 17:07:40 +0000 (17:07 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@532 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/messages/show.rhtml

index 8f3d83a7e2c7a7eb4863c49c7a3ddf143aca893c..8068da0110c7759a243c8b8fa9bdcb0a41484ab2 100644 (file)
@@ -18,6 +18,7 @@
   <div class="wiki"><p><%= textilizable message.content %></p></div>
 <% end %>
 
+<% if @logged_in_user %>
 <p><%= toggle_link l(:button_reply), "reply", :focus => "reply_content" %></p>
 <div id="reply" style="display:none;">
 <%= error_messages_for 'message' %>
@@ -27,3 +28,4 @@
   <p><%= submit_tag l(:button_submit) %></p>
 <% end %>
 </div>
+<% end %>
\ No newline at end of file