]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/subcontrollers/ejercicio/templates/list.kid
Un poco de CSS a las tablas.
[software/sercom.git] / sercom / subcontrollers / ejercicio / templates / list.kid
index bd7919698859a1b2e7d15d5775aa311b01df0325..035542a06dd07b4c867eeeccb2ad7cb1af43cdab 100644 (file)
@@ -27,6 +27,7 @@
             <span py:replace="record.grupal">grupal</span>
         </td>
         <td>
+            <a href="${tg.url('/entrega/%d' % record.id)}">Entregas</a>
             <a href="${tg.url('/ejercicio/edit/%d' % record.id)}">Editar</a>
             <a href="${tg.url('/ejercicio/delete/%d' % record.id)}" onclick="if (confirm('${_(u'Estás seguro? Yo creo que no...')}')) { var f = document.createElement('form'); this.parentNode.appendChild(f); f.method = 'POST'; f.action = this.href; f.submit(); };return false;">Eliminar</a>
         </td>