redmine.git - Mirror of redmine code source: https://github.com/redmine/redmine
summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields/formats/_link.html.erb
blob: 9b7d342e0fb586a64e624b392bfe7e46ecdbc62b (plain)
1
2
3
<%= render :partial => 'custom_fields/formats/regexp', :locals => {:f => f, :custom_field => custom_field} %>
<p><%= f.text_field :url_pattern, :size => 50, :label => :field_url %></p>
<p><%= f.text_field(:default_value) %></p>