Sha256: 37f56a34500f2208997ea95015c3f83b7018ee483ddb18b516330448f8a28f9c
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
%label.control-label{:for=>"<%= input_id %>"} <%= label %> <% if( typeof(addOn) !== "undefined" ) { %> %span.add-on <%= addOn %> <% } %> %input{:style=>"<%= inputStyles %>",:id=>"<%= input_id %>",:type=>"text",:name=>"<%= input_name %>",:placeholder=>"<%= placeHolder %>", :class=>"<%= input_class %>"} <% if(helperText) { %> %p.helper-text.help-block <%= helperText %> <% } %>
Version data entries
6 entries across 6 versions & 1 rubygems