Sha256: 4290cb9beb46d87a1c61ad16e19430d7ccd048889f7864d3603ac8edc354ebcd

Contents?: true

Size: 866 Bytes

Versions: 18

Compression:

Stored size: 866 Bytes

Contents

= simple_form_for(@opportunity, :html => one_submit_only, :remote => true) do |f|
  = link_to_close new_opportunity_path
  = f.hidden_field :user_id
  = hidden_field_tag "contact",  "#{@contact.id  if @contact}"

  = f.error_messages :object_name => t('opportunity')

  = render "opportunities/top_section", :f => f
  = render "fields/edit_custom_field_group", :f => f
  = render "shared/add_comment",        :f => f
  = render "fields/groups",             :f => f
  = render "entities/permissions",      :f => f, :entity => @opportunity
  = hook(:entity_form, self, {f: f, entity: @opportunity})

  .buttonbar
    = f.submit t(:create_opportunity), :onclick => %/$("#account_assigned_to").val($("#opportunity_assigned_to").val()); if ($("#account_id").css('display') != 'none') { $("#account_id").enable(); }/
    #{t :or}
    = link_to_cancel new_opportunity_path

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/opportunities/_new.html.haml
fat_free_crm-0.15.2 app/views/opportunities/_new.html.haml
fat_free_crm-0.16.4 app/views/opportunities/_new.html.haml
fat_free_crm-0.14.1 app/views/opportunities/_new.html.haml
fat_free_crm-0.15.1 app/views/opportunities/_new.html.haml
fat_free_crm-0.16.3 app/views/opportunities/_new.html.haml
fat_free_crm-0.16.2 app/views/opportunities/_new.html.haml
fat_free_crm-0.16.1 app/views/opportunities/_new.html.haml
fat_free_crm-0.16.0 app/views/opportunities/_new.html.haml
fat_free_crm-0.15.0 app/views/opportunities/_new.html.haml
fat_free_crm-0.15.0.beta.2 app/views/opportunities/_new.html.haml
fat_free_crm-0.15.0.beta app/views/opportunities/_new.html.haml
fat_free_crm-0.14.0 app/views/opportunities/_new.html.haml
reduced_fat_crm-0.15.0.beta app/views/opportunities/_new.html.haml
reduced_fat_crm-0.14.0 app/views/opportunities/_new.html.haml
fat_free_crm-0.13.6 app/views/opportunities/_new.html.haml
fat_free_crm-0.13.5 app/views/opportunities/_new.html.haml
fat_free_crm-0.13.4 app/views/opportunities/_new.html.haml