name consistency (#1424)

This commit is contained in:
Toks
2013-06-14 12:32:25 -04:00
parent 4fd3901017
commit 4765ce11b6
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<%= simple_form_for(comment) do |f| %>
<%= dtext_field "comment", "body", :value => comment.body, :input_id => "comment_body_for_#{comment.id}", :preview_id => "dtext-preview-for-#{comment.id}" %>
<%= f.button :submit, "Submit" %>
<%= dtext_preview_button "comment", "body", :input_id => "comment_body_for_#{comment.id}", :preview_id => "dtext-preview-for-#{comment.id}" %>
<% end %>