@@ -18,6 +18,7 | |||||
18 | <div class="wiki"><p><%= textilizable message.content %></p></div> |
|
18 | <div class="wiki"><p><%= textilizable message.content %></p></div> | |
19 | <% end %> |
|
19 | <% end %> | |
20 |
|
20 | |||
|
21 | <% if @logged_in_user %> | |||
21 | <p><%= toggle_link l(:button_reply), "reply", :focus => "reply_content" %></p> |
|
22 | <p><%= toggle_link l(:button_reply), "reply", :focus => "reply_content" %></p> | |
22 | <div id="reply" style="display:none;"> |
|
23 | <div id="reply" style="display:none;"> | |
23 | <%= error_messages_for 'message' %> |
|
24 | <%= error_messages_for 'message' %> | |
@@ -27,3 +28,4 | |||||
27 | <p><%= submit_tag l(:button_submit) %></p> |
|
28 | <p><%= submit_tag l(:button_submit) %></p> | |
28 | <% end %> |
|
29 | <% end %> | |
29 | </div> |
|
30 | </div> | |
|
31 | <% end %> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now