Sha256: 703a8546bdf8b44a517de0aa7193ac58bfb937a1162744d2e4e0cdd36b10d364
Contents?: true
Size: 771 Bytes
Versions: 3
Compression:
Stored size: 771 Bytes
Contents
<fieldset> <div class="form-group"> <%= f.label :name, :required=>true,:style =>"display:none;", :class => "control-label" %> <div class="col-sm-12 "> <%= f.text_field :name, :class => "full-width form-control",:placeholder=>"Enter title here" %> </div> </div> </fieldset> <br/> <div> <div class="form-group"> <div class="col-sm-12"> <%=f.select :format,Spud::Core.renderers.collect { |k,v| [v[:description] || k, k]}, {:include_blank => false}, :class => "pull-right", "data-formatter" => "spud_snippet_content_area"%> </div> </div> <div style="clear:both;"> <%= f.text_area :content,:style => "width:100%;", :id => "spud_snippet_content_area", :class => 'spud-formatted-editor full-width',"data-format" => f.object.format %> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spud_cms-1.0.2 | app/views/spud/admin/snippets/_form.html.erb |
spud_cms-1.0.1 | app/views/spud/admin/snippets/_form.html.erb |
spud_cms-1.0.0 | app/views/spud/admin/snippets/_form.html.erb |