Sha256: 9a4758a4c0cb2845d9b107d419952813b73283167a391ba1b946bd4d0f602736
Contents?: true
Size: 400 Bytes
Versions: 2
Compression:
Stored size: 400 Bytes
Contents
<div class="form-group"> <label class="control-label col-sm-3" for="<%= label %>"><%= defined?(label_text) ? label_text : label %></label> <div class="col-sm-9"> <% if value === :file %> <input type="file" name="<%= label %>" ></input> <% else %> <input type="text" name="<%= label %>" value="<%= value.to_s %>" class="form-control"></input> <% end %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lurker-0.5.1 | lib/lurker/templates/lurker/rendering/_param_form_element.html.erb |
lurker-0.5.0 | lib/lurker/templates/lurker/rendering/_param_form_element.html.erb |