Sha256: 89b7fb94761e04bf8b77b897755fb5e8c48ac57befbd0738e67cae96e8036d42

Contents?: true

Size: 539 Bytes

Versions: 4

Compression:

Stored size: 539 Bytes

Contents

<%= a.input :descripcion %>
<% if !a.object || !a.object.adjunto_file_name || !a.object.id %>
  <%= a.input :adjunto, as: :file, label: t('Archivo') %>
<% else %>
  <div class="msip_anexo_adjunto">
    <label for="msip_anexo_attributes_<%=a.object.id%>_adjunto"><%= t('Archivo') %></label>
    <a id="msip_anexo_attributes_<%=a.object.id%>_adjunto" href="<%= msip.descarga_anexo_path(a.object.id) %>", style="text-decoration:none" data-turbo='false'><%= a.object.adjunto_file_name %></a>
  </div>
<% end %>
<%= a.input :id, as: :hidden %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
msip-2.2.0.beta1 app/views/msip/anexos/_anexo_campos.html.erb
msip-2.2.0.alfa3 app/views/msip/anexos/_anexo_campos.html.erb
msip-2.2.0.alfa2 app/views/msip/anexos/_anexo_campos.html.erb
msip-2.2a2 app/views/msip/anexos/_anexo_campos.html.erb