Sha256: 67d625374a9c51deb9c56f91bf061eb7be062f3fe8055bd5d4f0d8e942458568
Contents?: true
Size: 833 Bytes
Versions: 18
Compression:
Stored size: 833 Bytes
Contents
.remote = simple_form_for(@opportunity, :html => one_submit_only, :remote => true) do |f| = link_to_close edit_opportunity_path(@opportunity) = f.hidden_field :user_id = f.hidden_field :campaign_id = f.error_messages :object_name => t('opportunity') = render "opportunities/top_section", :f => f, :edit => true = render "fields/edit_custom_field_group", :f => f, :edit => true = render "fields/groups", :f => f, :edit => true = render "entities/permissions", :f => f, :edit => true, :entity => @opportunity = hook(:entity_form, self, {f: f, entity: @opportunity}) .buttonbar = f.submit t(:save_opportunity), :onclick => %/$("#account_assigned_to").val($("#opportunity_assigned_to").val());/ #{t :or} = link_to_cancel edit_opportunity_path(@opportunity)
Version data entries
18 entries across 18 versions & 2 rubygems