<% content_for :page_specific_css do %> <%= stylesheet_link_tag "lib/main-forms" %> <% end %> <%= form_for @part, url: {action: "update"}, :remote=>true, html: { class: "form-horizontal main-forms"} do |f| %> <% if OrbitHelper.is_mobile_view %> <% end %> <%= render :partial => "form", :locals => { :f => f } %> <% end %>