Sha256: 051631f46c916a0af1ecdb0f6cecc113aa66cce6b34a44517d303dd4c01a854e
Contents?: true
Size: 428 Bytes
Versions: 3
Compression:
Stored size: 428 Bytes
Contents
<p><table class='table table-bordered' border="1"> <tr> <th><%= t('DescripciĆ³n') %></th> <th><%= t('Archivo') %></th> </tr> <% @registro.msip_anexo.each do |ap| %> <tr> <td><%= ap.descripcion %></td> <td> <%= link_to(ap.adjunto_file_name, msip.descarga_anexo_path(ap.id), {"data-turbo" => false }) %> </td> </tr> <% end %> </table></p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
msip-2.2.0.alfa3 | app/views/msip/anexos/_show_anexo.html.erb |
msip-2.2.0.alfa2 | app/views/msip/anexos/_show_anexo.html.erb |
msip-2.2a2 | app/views/msip/anexos/_show_anexo.html.erb |