Sha256: 339b427d041d295816f026150d5f55b3a57d460d73cd3c76b3142eea977be7bd

Contents?: true

Size: 229 Bytes

Versions: 3

Compression:

Stored size: 229 Bytes

Contents

<% if registro %>
  <% registro.msip_anexo.each do |i| %>
    <%= link_to(
      image_tag("cor1440_gen/clip.svg", size: "16"), 
      msip.descarga_anexo_path(i.id),
      {"data-turbo" => false }
    ) %>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

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