Sha256: 81dfee1faf12262b5728cad111df67dfd1925c6068fe86ec63aed1a291fd5895
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
<div class="fields text_fields"> <% if cms_options[:label] %> <%= f.label method, cms_options[:label] %> <% else %> <%= f.label method %> <% end %> <%= f.text_field method, options %> <% if cms_options[:instructions] %> <div class="instructions">Leave blank to return the same page</div> <br clear="all"/> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nate-browsercms-3.0.210 | app/views/cms/form_builder/_cms_text_field.html.erb |
nate-browsercms-3.0.211 | app/views/cms/form_builder/_cms_text_field.html.erb |