Sha256: cd2fd6a3618292ff1eec8915aa40d3af1b0706a27cccd74b31968a96f0ac3fb3

Contents?: true

Size: 300 Bytes

Versions: 6

Compression:

Stored size: 300 Bytes

Contents

/
  #{__FILE__}
%select{self.attributes}
  %option{:value => 'false', :selected => self.value == false}
    = RubyApp::Elements::Mobile::Inputs::ToggleInput.translate._off
  %option{:value => 'true', :selected => self.value == true}
    = RubyApp::Elements::Mobile::Inputs::ToggleInput.translate._on

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
RubyApp-0.5.36 lib/ruby_app/elements/mobile/inputs/toggle_input.html.haml
RubyApp-0.5.35 lib/ruby_app/elements/mobile/inputs/toggle_input.html.haml
RubyApp-0.5.34 lib/ruby_app/elements/mobile/inputs/toggle_input.html.haml
RubyApp-0.5.33 lib/ruby_app/elements/mobile/inputs/toggle_input.html.haml
RubyApp-0.5.32 lib/ruby_app/elements/mobile/inputs/toggle_input.html.haml
RubyApp-0.5.31 lib/ruby_app/elements/mobile/inputs/toggle_input.html.haml