annotate app/views/custom_fields/formats/_regexp.html.erb @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents dffacf8a6908
children
rev   line source
Chris@1517 1 <p>
Chris@1517 2 <label for="custom_field_min_length"><%=l(:label_min_max_length)%></label>
Chris@1517 3 <%= f.text_field :min_length, :size => 5, :no_label => true %> -
Chris@1517 4 <%= f.text_field :max_length, :size => 5, :no_label => true %>
Chris@1517 5 </p>
Chris@1517 6 <p>
Chris@1517 7 <%= f.text_field :regexp, :size => 50 %>
Chris@1517 8 <em class="info"><%= l(:text_regexp_info) %></em>
Chris@1517 9 </p>