Sha256: e743b510d8a19dcc10705dd9bac49e533f40407d7d40013bbd04be1512d2beb0

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 Bytes

Contents

<table cellspacing="1" cellpadding="0">
  <tr>
    <th><%= _("Pattern") %></th>
    <th><%= _("Type") %></th>
  </tr>
  <% for blacklist_pattern in @blacklist_patterns -%>
  <tr <%= alternate_class -%>>  
    <td><%= link_to h(blacklist_pattern.pattern), :action => "edit", :id => blacklist_pattern.id %></td>
    <td><%= blacklist_pattern.class %></td>
  </tr>  
<% end -%>
  <tr class="paginate"><td colspan="3"><%= will_paginate @blacklist_patterns %></td></tr>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.2 app/views/admin/blacklist/_blacklist_patterns.html.erb
typo-5.2.98 app/views/admin/blacklist/_blacklist_patterns.html.erb