1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 07:21:12 +00:00
redmine/app/views/custom_fields/formats/_attachment.html.erb
2016-10-23 11:00:02 +00:00

5 lines
205 B
Plaintext

<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>