view app/views/custom_fields/formats/_regexp.html.erb @ 1621:3a510bf6a9bc

Merge from live branch
author Chris Cannam
date Fri, 13 Jul 2018 10:44:33 +0100
parents dffacf8a6908
children
line wrap: on
line source
<p>
  <label for="custom_field_min_length"><%=l(:label_min_max_length)%></label>
  <%= f.text_field :min_length, :size => 5, :no_label => true %> - 
  <%= f.text_field :max_length, :size => 5, :no_label => true %>
</p>
<p>
  <%= f.text_field :regexp, :size => 50 %>
  <em class="info"><%= l(:text_regexp_info) %></em>
</p>