Sha256: 984cf5d651af57806b959b72e292ca1f8d5905d75323d65e40c11c20dac4bb53

Contents?: true

Size: 246 Bytes

Versions: 6

Compression:

Stored size: 246 Bytes

Contents

<% @page_heading = _('Editing pattern') %>

<% content_for('tasks') do %>
    <%= task_overview %>
<% end %>
  
<% form_tag :action=>"edit", :id => @blacklist_pattern.id do %>
    <%= render_partial "form" %>

    <%= cancel_or_save %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/blacklist/edit.html.erb
typo-5.0.3.98 app/views/admin/blacklist/edit.html.erb
typo-5.1.2 app/views/admin/blacklist/edit.html.erb
typo-5.1.1 app/views/admin/blacklist/edit.html.erb
typo-5.1.3 app/views/admin/blacklist/edit.html.erb
typo-5.1 app/views/admin/blacklist/edit.html.erb