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
This commit is contained in:
parent
7ca7e4bad5
commit
b11dd1f213
|
@ -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 %>
|
Loading…
Reference in New Issue