Sha256: 8db182495029fd42baebf397192ae8991672e5bd6a240deb353bbae2ef47a5d8

Contents?: true

Size: 1.22 KB

Versions: 31

Compression:

Stored size: 1.22 KB

Contents

- edit ||= false
- collapsed = session[:campaign_objectives].nil? # && @campaign.errors.empty?
= subtitle :campaign_objectives, collapsed, t(:objectives)
.section
  %small#campaign_objectives_intro{ hidden_if(!collapsed) }
    = t(:intro, t(:objectives_small)) unless edit
  #campaign_objectives{ hidden_if(collapsed) }
    %small
      #{t :objectives_help}
    %table
      %tr
        %td
          .label #{t :number_of_leads}:
          = f.text_field :target_leads, :style => "width:110px; text-align:right;"
        %td= spacer
        %td
          .label #{t :conversion_label}:
          = f.text_field :target_conversion, :style => "width:110px; text-align:right;"
        %td= spacer
        %td
          .label #{t :revenue_label}:
          = f.text_field :target_revenue, :value => @campaign.target_revenue ? @campaign.target_revenue.to_i : "", :style => "width:110px; text-align:right;"
        %td= spacer
        %td
          .label #{t :budget_label}:
          = f.text_field :budget, :value => @campaign.budget ? @campaign.budget.to_i : "", :style => "width:110px; text-align:right;"
      %tr
        %td{ :colspan => 7 }
          .label #{t :objectives}:
          = f.text_area :objectives, :style => "width:500px", :rows => 2

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
fat_free_crm-0.12.3 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.12.2 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.13.1 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.12.1 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.13.0 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.12.0 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.11.4 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.11.3 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.11.2 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.11.1 app/views/campaigns/_objectives.html.haml
fat_free_crm-0.11.0 app/views/campaigns/_objectives.html.haml