Sha256: 97e40599f75af3af94d6cb63f63b78f6f5d368695988108d3035a77462833b24

Contents?: true

Size: 144 Bytes

Versions: 6

Compression:

Stored size: 144 Bytes

Contents

class PercentInput < SimpleForm::Inputs::Base
  def input
    "#{@builder.text_field(attribute_name, input_html_options)}%".html_safe
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/inputs/percent_input.rb
upgrade_surveyor_gui-0.1.2 app/inputs/percent_input.rb
surveyor_gui-0.1.2 app/inputs/percent_input.rb
surveyor_gui-0.1.1 app/inputs/percent_input.rb
surveyor_gui-0.1.0 app/inputs/percent_input.rb
surveyor_gui-0.0.3 app/inputs/percent_input.rb