<%= (I18n.t('attachment_modal_body')).html_safe %>
<%= I18n.t'attachment_modal_file'%>
<%= file_field_tag :attached_file_modal, multiple: false, accept: '.pdf', style: 'display: inline;' %>
<%= I18n.t'attachment_modal_url'%>
<%= text_field_tag :file_url_modal, '', maxlength: 500, size: 50, class: 'form-control input-xs' %>