Sha256: 15a6fea41e4af8cce983be057071add52883ccf9201c0802ef00c82cb61ef698
Contents?: true
Size: 838 Bytes
Versions: 17
Compression:
Stored size: 838 Bytes
Contents
- url = lead.persisted? ? lead_path( lead.id ) : leads_path = form_for lead, :as => :lead, :url => url do |f| .input-field = f.label :email = f.text_field :email .input-field = f.label :job_url = f.text_field :job_url .input-field = f.label :company_url = f.text_field :company_url .input-field = f.label :yelp_url = f.text_field :yelp_url .input-field = f.label :company = f.text_field :company .input-field = f.label :tag = f.text_field :tag .input-field = f.label :location = f.text_field :location .input-field = f.label :description = f.text_area :description .field = f.check_box :is_done = f.label :is_done .field = f.check_box :is_trash = f.label :is_trash .actions{ :style => "margin-top: 1em;" } = f.submit
Version data entries
17 entries across 17 versions & 1 rubygems