##// END OF EJS Templates
Don't force download of PDF (#22483)....
Don't force download of PDF (#22483). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15409 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12130:e715c4b847a8
r15027:3e776af8066e
Show More
_regexp.html.erb
9 lines | 323 B | text/plain | TextLexer
Jean-Philippe Lang
Merged custom fields format refactoring....
r12125 <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>