Sha256: 52c5b6de04f36107c460a4fbbe0361cef997c1a8e550bc072104a508a5e9ff08

Contents?: true

Size: 245 Bytes

Versions: 8

Compression:

Stored size: 245 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

8 entries across 8 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/blacklist/edit.html.erb
typo-5.4.2 app/views/admin/blacklist/edit.html.erb
typo-5.4.1 app/views/admin/blacklist/edit.html.erb
typo-5.4 app/views/admin/blacklist/edit.html.erb
typo-5.1.98 app/views/admin/blacklist/edit.html.erb
typo-5.2 app/views/admin/blacklist/edit.html.erb
typo-5.2.98 app/views/admin/blacklist/edit.html.erb
typo-5.3 app/views/admin/blacklist/edit.html.erb