This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
tuxbliki/app/views/comments/new.html.erb

13 lines
389 B
Plaintext
Raw Normal View History

2008-06-27 00:13:15 -04:00
<% throw_content :for_sidebar do -%>
<a href="<%= url(:page, :id => @page.name.gsub(/ /, '_')) -%>"><img src="/images/text-html.png" alt="Return to page" /> Return to <%= @page.name -%></a><br />
<% end -%>
<%= error_messages_for :comment %>
2008-08-28 19:36:31 -04:00
<% form_for :comment, :action => url(:comments) do %>
2008-06-27 00:13:15 -04:00
<%= partial :comment_form %>
<p>
<%= submit_button 'Create' %>
</p>
2008-08-28 19:36:31 -04:00
<% end -%>