Sha256: 83b2e9470ec29c10fe5235d378be8d8755be71398cd4f2f574e67f97b3d0d21b

Contents?: true

Size: 489 Bytes

Versions: 9

Compression:

Stored size: 489 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

9 entries across 9 versions & 1 rubygems

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