Sha256: 38a5e383e79b1525a2add4fa8a0c8dbbc8da136832e7d00623ea6294da85b099

Contents?: true

Size: 586 Bytes

Versions: 3

Compression:

Stored size: 586 Bytes

Contents

%form{ :action => '/new', :method => 'post' }
  
  %img{ :src => '/image/field_on.png', :style => 'display:none' }
  %input{ :id => "timezone_offset", :name => "user[timezone_offset]", :type => "hidden" }
  
  = field :text, :savings, "How much do you want to save each month?"
  = field :text, :income, "How much money do you receive each month?"
  = field :text, :bills, "How much do you spend on bills each month?"
  = field :text, :email, "What is your email address?"
  = field :checkbox, :tos, partial(:tos)
  
  .submit
    %input{ :src => '/image/submit.png', :type => 'image' }

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
winton-sum-0.1.1 lib/sum/view/form.haml
sum-0.1.2 lib/sum/view/form.haml
sum-0.1.1 lib/sum/view/form.haml