suitepro/app/views/custom_fields/formats/_attachment.html.erb
2018-02-02 22:19:29 +01:00

4 lines
205 B
Text

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