Sha256: 445476c6a2970f1882e3c4a91a74ff52523d892885bf8213c478032516516831

Contents?: true

Size: 822 Bytes

Versions: 19

Compression:

Stored size: 822 Bytes

Contents

.remote
  = form_for(@lead, :url => promote_lead_path(@lead), :html => one_submit_only, :remote => true) do |f|
    = link_to_close convert_lead_path(@lead)
    = fields_for(@account) do |a|
      = a.hidden_field :user_id
      = a.hidden_field :access

      = error_messages_for :account, :opportunity, :object_name => t('lead')

      .section
        %small
          #{t(:convert_lead_text, @lead.full_name)}
        %table
          %tr
            %td= account_select_or_create(a)
            %td= spacer
            %td
              .label.req #{t :assigned_to}:
              = user_select(:account, all_users, current_user)
    = render "leads/opportunity"
    = render "leads/convert_permissions"
    .buttonbar
      = f.submit t(:convert_lead)
      #{t :or}
      = link_to_cancel convert_lead_path(@lead)

Version data entries

19 entries across 19 versions & 2 rubygems

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