Sha256: 5546cfd253279b1e3bce5ee4b3ee8d7f5d604cc84d45cfd9f80974ae54cfa4fe
Contents?: true
Size: 613 Bytes
Versions: 4
Compression:
Stored size: 613 Bytes
Contents
<table cellspacing="1" cellpadding="0"> <tr> <th><%= _("Pattern") %></th> <th><%= _("Type") %></th> <th><%= _("Delete")%></th> </tr> <%= render_void_table(@blacklist_patterns.size, 3) %> <% 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> <td><%= link_to _("Delete"), :action => 'destroy', :id => blacklist_pattern.id %></td> </tr> <% end -%> <%= display_pagination(@blacklist_patterns, 3)%> </table>
Version data entries
4 entries across 4 versions & 1 rubygems