Skip to content

Commit

Permalink
Merge pull request #829 from ciudadanointeligente/ga-marcas
Browse files Browse the repository at this point in the history
missing ga marks
  • Loading branch information
damian-garrido committed Aug 7, 2017
2 parents 32e6259 + ab45fe5 commit 4fb2821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions votai_general_theme/templates/material_ciudadano.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ <h1 class="text-center">Material Ciudadano</h1>
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-4">
<a href="{% static 'material-ciudadano/guia-elaboracion-propuestas.pdf' %}" target="_blank">
<a href="{% static 'material-ciudadano/guia-elaboracion-propuestas.pdf' %}" target="_blank" onclick="ga('send', 'event', 'guia-elaboracion-propuestas.pdf', 'click')">
<div class="set-guide text-center">
<img src="{% static 'img/1-metodologia.svg' %}" class="img-responsive">
<p>Guía para la creación de propuestas</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="{% static 'material-ciudadano/manual-formacion-ciudadana.pdf' %}" target="_blank">
<a href="{% static 'material-ciudadano/manual-formacion-ciudadana.pdf' %}" target="_blank" onclick="ga('send', 'event', 'manual-formacion-ciudadana.pdf', 'click')">
<div class="set-guide text-center">
<img src="{% static 'img/2-formacion.svg' %}" class="img-responsive">
<p>Manual de formación ciudadana</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="{% static 'material-ciudadano/manual-herramientas-activismo.pdf' %}" target="_blank">
<a href="{% static 'material-ciudadano/manual-herramientas-activismo.pdf' %}" target="_blank" onclick="ga('send', 'event', 'manual-herramientas-activismo.pdf', 'click')">
<div class="set-guide text-center">
<img src="{% static 'img/3-activismo.svg' %}" class="img-responsive">
<p>Manual de herramientas de activismo</p>
Expand Down

0 comments on commit 4fb2821

Please sign in to comment.