Sha256: 2d49b11bae4a25d74446550b0c10a0fe2d86469832f1166a4be6ca73b219ac60

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 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 :savings, "How much do you want to save each month?"
  = field :income, "How much money do you receive each month?"
  = field :bills, "How much do you spend on bills each month?"
  = field :email, "What is your email address?"
  
  .submit
    %input{ :src => '/image/submit.png', :type => 'image' }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
winton-sum-0.1.0 lib/sum/view/form.haml