13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
<div id="c-comments">
|
|
<div id="a-edit">
|
|
<h1>Edit Comment</h1>
|
|
|
|
<%= simple_form_for(@comment) do |f| %>
|
|
<%= dtext_field "comment", "body" %>
|
|
<%= f.button :submit, "Submit" %>
|
|
<%= dtext_preview_button "comment", "body" %>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "comments/secondary_links" %> |