% content_for :js do %> <%= javascript_include_tag 'beta_function' %> <% end %> <%= simple_form_for @conceptual_exam, url: conceptual_exams_in_batchs_path, method: :post, html: { class: 'smart-form' } do |f| %> <%= f.error_notification %> <%= image_tag "beta.png", class: 'hidden', id: 'image-beta' %> <%= render 'base_errors', f: f %>
<% end %>