]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/tarea_fuente/templates/show.kid
Agregar fecha a entrega.
[software/sercom.git] / sercom / subcontrollers / tarea_fuente / templates / show.kid
index 03ec53ca3a254a6d419c75ae3aa9ed71538a75b3..4affeb50aad4e420590c2677cad5cc8032422462 100644 (file)
                <td py:content="i.retorno" />
                <td>
                        <span py:if="i.archivos_entrada">
-                               <a href="${tg.url('/tarea_fuente/comandos/get_archivos_entrada/%d' % i.id)}">Bajar</a>
+                               <a href="${tg.url('/tarea_fuente/comandos/file/archivos_entrada/%d' % i.id)}">Bajar</a>
                        </span>
                        <span py:if="not i.archivos_entrada">No tiene</span>
                </td>
                <td>
                        <span py:if="i.archivos_a_comparar">
-                               <a href="${tg.url('/tarea_fuente/comandos/get_archivos_a_comparar/%d' % i.id)}">Bajar</a>
+                               <a href="${tg.url('/tarea_fuente/comandos/file/archivos_a_comparar/%d' % i.id)}">Bajar</a>
                        </span>
                        <span py:if="not i.archivos_a_comparar">No tiene</span>
                </td>