Skip to content

Commit

Permalink
Merge pull request #51 from didita91/Diana
Browse files Browse the repository at this point in the history
admin templates
  • Loading branch information
didita91 committed Apr 25, 2015
2 parents e0b0a43 + 9c58cb5 commit a1cc669
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 4 deletions.
Empty file modified templates/admin/proyectos/abm_proyecto.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/add_miembro.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/admin_miembros.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/asignar_roles.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/cambiar_usuario_rol.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/crear_proyecto.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/eliminar_miembro.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/mod_proyecto.html
100644 → 100755
Empty file.
Empty file modified templates/admin/proyectos/proyecto_confirm_delete.html
100644 → 100755
Empty file.
11 changes: 7 additions & 4 deletions templates/admin/proyectos/proyectos.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
padding-top: 15px;
padding-bottom: 15px;
/* padding-left: 40px; */
display: block;
display: block;
padding: 8px 15px;
font-size: 18px;
font-weight: bold;
Expand Down Expand Up @@ -104,7 +104,8 @@
<tr>
<th class="titulo"><b class="text-danger"><strong>NOMBRE</strong></b></th>
<th class="titulo"><b class="text-danger"><strong>SCRUM MASTER</strong></b></th>
<th class="titulo"><b class="text-danger"><strong>DESCRIPCIÓN</strong></b></th>
<th class="titulo"><b class="text-danger"><strong>PRODUCT OWNER</strong></b></th>
<th class="titulo"><b class="text-danger"><strong>DESCRIPCIÓN</strong></b></th>
<th class="titulo"><b class="text-danger"><strong>FECHA DE INICIO</strong></b></th>
</tr>
</thead>
Expand All @@ -117,12 +118,14 @@
<td><font color="gray"><strong><em><u>{{i.nombre}}</u></em></strong></font></td>
{% endif %}
<td><strong>{{i.usuario_scrum}}</strong></td>
<td><strong>{{i.product_owner}}</strong></td>
<td><strong>{{i.descripcion}}</strong></td>
<td><strong>{{i.fecha_inicio}}</strong></td>

<td>
{% if eliminar_proyecto %}
<a class="btn btn-default btn-xs" href="/proyectos/del&id={{i.id}}/"><strong>ELIMINAR</strong></a>
<a class="btn btn-default btn-xs" href="/proyectos/
del&id={{i.id}}/"><strong>ELIMINAR</strong></a>
{% endif %}
</td>
</tr>
Expand All @@ -144,4 +147,4 @@
{% endif %}
</a><br><br>

{% endblock %}
{% endblock %}

0 comments on commit a1cc669

Please sign in to comment.