##// END OF EJS Templates
New "Spent time" menu tab when spent time module is enabled on project (#23311)....
New "Spent time" menu tab when spent time module is enabled on project (#23311). git-svn-id: http://svn.redmine.org/redmine/trunk@15747 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12130:e715c4b847a8
r15365:9ef42ce3d5f9
Show More
_regexp.html.erb
9 lines | 323 B | text/plain | TextLexer
<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>