Sha256: 2891e160d8f2b37eb574eead877f70f1202cbc0b62733a7ec9a9c244cc8b2514

Contents?: true

Size: 373 Bytes

Versions: 9

Compression:

Stored size: 373 Bytes

Contents

  <% @page_heading = 'Text Filters' %>

  <% content_for('tasks') do %>
    <%= task_new 'Create new text filter' %>
  <% end %> 

  <div class="list" id="textfilters">	
    <%= render :partial => 'textfilters' %>
  </div>                      

  <h2>Macros</h2>
  <div class="list" id="macros">
    <% reset_alternation -%>
    <%= render :partial => "macros" %>
  </div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/textfilters/list.rhtml
typo-3.99.2 app/views/admin/textfilters/list.rhtml
typo-3.99.3 app/views/admin/textfilters/list.rhtml
typo-3.99.1 app/views/admin/textfilters/list.rhtml
typo-3.99.4 app/views/admin/textfilters/list.rhtml
typo-4.0.2 app/views/admin/textfilters/list.rhtml
typo-4.0.0 app/views/admin/textfilters/list.rhtml
typo-4.0.1 app/views/admin/textfilters/list.rhtml
typo-4.0.3 app/views/admin/textfilters/list.rhtml