annotate app/views/custom_fields/formats/_regexp.html.erb @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents
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>