Sha256: 2667744781d19f9abf4d8ce672b3f361322b9a5deab22cd9fbc8a6865787afd6

Contents?: true

Size: 575 Bytes

Versions: 3

Compression:

Stored size: 575 Bytes

Contents

%h1 Ally / Home

= form_tag nil, :class => 'form-inline well' do
  .form-group
    %select
      %option{ :value => "Email Me" } Email Me
      %option{ :value => "Do Nothing" } Do Nothing
  .form-group
    %label.control-label When
    = text_field_tag :ticker, 'NFLX', :class => 'form-control'
  .form-group
    %label.control-label Price
    = select_tag :direction, options_for_select([ ['rises above', nil], ['falls below', nil] ])
  .form-group
    %label.control-label $
    = number_field_tag :price, 99.99
  .form-group
    = button_tag ">", :class => %w(btn blue)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ish_manager-0.1.8.56 app/views/ish_manager/ally/home.haml
ish_manager-0.1.8.55 app/views/ish_manager/ally/home.haml
ish_manager-0.1.8.54 app/views/ish_manager/ally/home.haml