edmine.git - Mirror of redmine code source: https://github.com/redmine/redmine
summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields/formats/_attachment.html.erb
blob: 263238a1b6650d23dd1df0717664cf3d727536ff (plain)
1
2
3
4
<p>
  <%= f.text_field :extensions_allowed, :size => 50, :label => :setting_attachment_extensions_allowed %>
  <em class="info"><%= l(:text_comma_separated) %> <%= l(:label_example) %>: txt, png</em>
</p>