Sha256: e62007be4ba1258e5fbae989b9f726b4266a057f342c4fb622dd9419874b9922
Contents?: true
Size: 517 Bytes
Versions: 5
Compression:
Stored size: 517 Bytes
Contents
<%= error_messages_for 'blacklist_pattern' %> <!--[form:blacklist_pattern]--> <p> <label for="blacklist_pattern_pattern"><%= _("Pattern")%>:</label> <%= text_field 'blacklist_pattern', 'pattern' %> </p> <p> <% if @controller.action_name == "new" %> <label for="blacklist_pattern_type"><%= _("Type")%>:</label> <select name="blacklist_pattern[type]"> <%= options_for_select [ [_('String'), 'StringPattern'], [_('Regex'), 'RegexPattern' ] ] %> </select> <% end %> </p> <!--[eoform:blacklist_pattern]-->
Version data entries
5 entries across 5 versions & 1 rubygems