Sha256: 75a0bf23b3f5aaf25ccd9e3882f15dbfdefcd23cc7650a9e3a10a0b95da87a3c

Contents?: true

Size: 897 Bytes

Versions: 5

Compression:

Stored size: 897 Bytes

Contents

<% fields_for "article[variants_attributes][1][sections_attributes][#{guid}][sectionable_attributes]", sectionable do |s| %>
  <table class="fields" id="section-<%=guid%>-tags">
    <tbody>
      <tr>
        <th><%=s.label :raw_tags, Skyline::MediaFile.human_attribute_name("file_tags")%></th>
        <td>
          <dl class="tagselector">
            <dt></dt>
            <dd><%=s.text_area :raw_tags, :rows => nil %></dd>
            <dt class="tags"><%=t(:available_tags, :scope => [:media_file, :edit])%></dt>
            <dd class="tags">
              <%= render :partial => "/skyline/tags/available_tags"%>
            </dd>
          </dl>
        </td>
      </tr>
    </tbody>
  </table>
  <script type="text/javascript" charset="utf-8">    
  	new Skyline.TagSelector("<%= s.dom_id :raw_tags %>","#section-<%=guid%>-tags .taglist li");
  </script>  
<% end %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
skylinecms-3.1.0 app/views/skyline/content_sections/_tags.html.erb
westarete-skylinecms-3.0.8.20100329 app/views/skyline/content_sections/_tags.html.erb
westarete-skylinecms-3.0.8.20100330 app/views/skyline/content_sections/_tags.html.erb
skylinecms-3.0.8 app/views/skyline/content_sections/_tags.html.erb
skylinecms-3.0.7 app/views/skyline/content_sections/_tags.html.erb