Sha256: aff8b706c45fd9da4d57368f3e8031a24de9df07bc72edccb0165632089e7bc5
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 Bytes
Contents
<% @page_heading = _('Create Text Filter') %> <% content_for('tasks') do %> <%= task_overview %> <% end %> <% form_tag({ :action => "new" }, :id => "textfilter_form") do %> <div class="admin"> <%= render_partial "form" %> </div> <div id="operations" class="paginate r"> <%= save %> or <%= cancel %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-5.0.1 | app/views/admin/textfilters/new.html.erb |
typo-5.0.2 | app/views/admin/textfilters/new.html.erb |
typo-5.0 | app/views/admin/textfilters/new.html.erb |