Sha256: 912cdf6cc9157028dcb16c95aff9944af58998335d19a0c4877631a823bbc8f1

Contents?: true

Size: 545 Bytes

Versions: 9

Compression:

Stored size: 545 Bytes

Contents

<table cellspacing="1" cellpadding="0">
<tr>
  <th>Pattern</th>
  <th>Type</th>
  <th>Edit</th>
  <th>Delete</th>
</tr>
<% for blacklist_pattern in @blacklist_patterns -%>
<tr <%= alternate_class -%>>  
  <td class="field"><%= link_to h(blacklist_pattern.pattern), :action => "edit", :id => blacklist_pattern.id %></td>
  <td class="field"><%= blacklist_pattern.class %></td>
  <td class="operation"><%= link_to_edit blacklist_pattern %></td>
  <td class="operation"><%= link_to_destroy blacklist_pattern %></td>    
</tr>  
<% end -%>
</table>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-3.99.3 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-3.99.2 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-3.99.1 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-4.0.2 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-4.0.1 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-4.0.0 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-3.99.4 app/views/admin/blacklist/_blacklist_patterns.rhtml
typo-4.0.3 app/views/admin/blacklist/_blacklist_patterns.rhtml