diff options
Diffstat (limited to 'app/views/comment/preview.rhtml')
-rw-r--r-- | app/views/comment/preview.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/preview.rhtml b/app/views/comment/preview.rhtml index 702bd9a9b..5367338ab 100644 --- a/app/views/comment/preview.rhtml +++ b/app/views/comment/preview.rhtml @@ -1,6 +1,6 @@ <% @title = _("Preview new annotation on '{{info_request_title}}'",:info_request_title=>h(@info_request.title)) %> -<% form_for(:comment, @comment, :html => { :id => 'preview_form' }, :url => { :controller => "comment", :action => "new", :type => "request" } ) do |f| %> +<%= form_for(:comment, @comment, :html => { :id => 'preview_form' }, :url => { :controller => "comment", :action => "new", :type => "request" } ) do |f| %> <h1><%= _('Now preview your annotation') %></h1> |