Sha256: 8d621ab69b7dbddccf5ff27d10bb6677989c0a167a446184e63e99887d63943b

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

<% content_for :html_head do %>
  <% javascript_tag do %>
  jQuery(function($) {
    $('.tag-list').tagList(tags)
  })
  <% end %>
<% end %>
<div class="fields text_fields">
  <%= f.label :tag_list, (cms_options[:label] || "Tags") %>
  <%= f.tag_list 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_tag_list.html.erb
nate-browsercms-3.0.211 app/views/cms/form_builder/_cms_tag_list.html.erb