-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
En formulario actividad quita listado de aliados y agrega columna tip…
…o de aliado en asistentes. Closes #281. Closes #279
- Loading branch information
Showing
3 changed files
with
22 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
app/views/cor1440_gen/actividades/_asistencia_cuerpo_panel_if.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<% if @registro.actividadpf_ids.include?(35) %> | ||
<th> | ||
<div class="div-tabla-celda" style="width: 6em;"> | ||
Caracterización | ||
</th> | ||
</div> | ||
<% end %> | ||
<% if (@registro.actividadpf_ids & [33, 35]) != [] %> | ||
<th> | ||
<div class="div-tabla-celda" style="width: 6em;"> | ||
Número de sesiones | ||
</th> | ||
</div> | ||
<% end %> | ||
<div class="div-tabla-celda" style="width: 6em;"> | ||
Tipo de aliado | ||
</div> |