view .svn/pristine/6d/6d0bdb1f6630bbbcc5220cd6f5a4665e21972598.svn-base @ 1625:808a40a7cac7 live

Have a go at fixing #570 Can't delete downloadable file from version in project with no issue tracker
author Chris Cannam
date Thu, 07 Feb 2019 13:48:00 +0000
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>