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