Sha256: e57ba23fbd2176e38bc96c6a13ab6d36190b269dd0122f201961d5e50160addb

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

<%= error_messages_for 'blacklist_pattern' %>

<ul class="admin">
  <li>
    <label for="blacklist_pattern_pattern" class="block"><%= _("Pattern")%></label> 
    <%= text_field :blacklist_pattern, :pattern  %>    
  </li>
  <li>  
    <label for="blacklist_pattern_type" class="block"><%= _("Type")%></label>
    <select name="blacklist_pattern[type]">
    <%= options_for_select [ [_('String'), 'StringPattern'], [_('Regex'), 'RegexPattern' ] ]  %>
  </select>
  </li>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/blacklist/_form.html.erb
typo-5.4.2 app/views/admin/blacklist/_form.html.erb
typo-5.4.1 app/views/admin/blacklist/_form.html.erb
typo-5.4 app/views/admin/blacklist/_form.html.erb