Sha256: f62bf4b81b7d987244eba06d8cc437f142b64fb2413903c716bdfd8049ba7e49

Contents?: true

Size: 462 Bytes

Versions: 13

Compression:

Stored size: 462 Bytes

Contents

%div#conversionForm.page
  
  %script#currencyDropdownTmpl(type="text/html")
    {{#currencies}}
    <option value="{{code}}" {{^enabled}}disabled{{/enabled}} {{#selected}}selected{{/selected}}> {{code}} </option>
    {{/currencies}}

  %h3 THE BEST CURRENCY CONVERTER EVER
  %select#in_currency
  %input#in_amount(type='number' placeholder='amount')
  %select#out_currency
  %br
  %button#convert GO
  %input#out_amount(placeholder='no result' readonly="true" )

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
calatrava-0.6.11 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.10 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.9 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.8 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.7 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.6 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.5 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.4 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.3 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.2 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.1 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.6.0 lib/calatrava/templates/shell/pages/converter/conversionForm.haml
calatrava-0.5.0 lib/calatrava/templates/shell/pages/converter/conversionForm.haml