Sha256: 4e46ee2798c97f3afab46dcfaf5f9ce011adf96295c67f2c1ac9f360f457a4df

Contents?: true

Size: 297 Bytes

Versions: 5

Compression:

Stored size: 297 Bytes

Contents

  <% @page_heading = _('Blacklist Patterns') %>

  <% form_tag :action=>"edit", :id => @blacklist_pattern.id do %>

  <h3><%= _("Editing pattern")%></h3>
  <div class="form">
    <%= render_partial "form" %>
  </div>

  <div id="operations">
    <%= save %> or <%= cancel %>
  </div>

  <% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/blacklist/edit.rhtml
typo-5.0.1 app/views/admin/blacklist/edit.html.erb
typo-5.0.2 app/views/admin/blacklist/edit.html.erb
typo-4.1 app/views/admin/blacklist/edit.rhtml
typo-5.0 app/views/admin/blacklist/edit.html.erb