%= form_for(organisation, url: @gateway_config.new_record? ? organisation_index_path : organisation_path(@gateway_config), method: @gateway_config.new_record? ? :post : :put, html: { class: "form-horizontal" , role: "form"}) do |f| %>