Commit b11dd1f2 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Reply form on the message view is displayed only if user is logged in.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@532 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 7ca7e4ba
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment