Sha256: fd39fde60dafa1d789c7302392ca2bae0c19f4bd74b91e151405658960480384
Contents?: true
Size: 686 Bytes
Versions: 7
Compression:
Stored size: 686 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 = 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
7 entries across 7 versions & 1 rubygems