diff --git a/app/views/account/activation_question.html.erb b/app/views/account/activation_question.html.erb index 9e89df3..554cbaa 100644 --- a/app/views/account/activation_question.html.erb +++ b/app/views/account/activation_question.html.erb @@ -24,7 +24,7 @@
<%= _('Pay atention! You have only one chance!') %>
diff --git a/app/views/cms/_text_editor_sidebar.html.erb b/app/views/cms/_text_editor_sidebar.html.erb index cc6f79b..deb01b2 100644 --- a/app/views/cms/_text_editor_sidebar.html.erb +++ b/app/views/cms/_text_editor_sidebar.html.erb @@ -7,7 +7,7 @@- <% form_tag({ :action => 'search' }) do %> + <%= form_tag({ :action => 'search' }) do %> diff --git a/app/views/content_viewer/_comment_form.html.erb b/app/views/content_viewer/_comment_form.html.erb index 423d44e..91f8ad9 100644 --- a/app/views/content_viewer/_comment_form.html.erb +++ b/app/views/content_viewer/_comment_form.html.erb @@ -49,7 +49,7 @@ function submit_comment_form(button) { <% end %> -<% form_tag( url, { :class => 'comment_form' } ) do %> +<%= form_tag( url, { :class => 'comment_form' } ) do %> <%= required_fields_message %> <% unless logged_in? %> diff --git a/app/views/content_viewer/_confirm_unfollow.html.erb b/app/views/content_viewer/_confirm_unfollow.html.erb index e224228..d1e681f 100644 --- a/app/views/content_viewer/_confirm_unfollow.html.erb +++ b/app/views/content_viewer/_confirm_unfollow.html.erb @@ -2,7 +2,7 @@
<%= _("Fill in the following field with your e-mail if you don't want to be notified when this content receives new comments anymore.") %>
- <% form_tag(@page.view_url.merge({:only_path => true}), {:method => 'post', :class => 'comment_form'}) do %> + <%= form_tag(@page.view_url.merge({:only_path => true}), {:method => 'post', :class => 'comment_form'}) do %> <%= hidden_field_tag(:unfollow, 'commit') %> <%= labelled_form_field(_('Enter your e-Mail'), text_field_tag(:email, nil, {:size => 40})) %> <% button_bar do %> diff --git a/app/views/environment_role_manager/affiliate.html.erb b/app/views/environment_role_manager/affiliate.html.erb index 8d0d83d..42fcd2a 100644 --- a/app/views/environment_role_manager/affiliate.html.erb +++ b/app/views/environment_role_manager/affiliate.html.erb @@ -1,6 +1,6 @@