Skip to content

Commit

Permalink
Merge branch 'master' into improvements_in_commitments
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Aug 29, 2017
2 parents 60f1e28 + cf0175e commit 07101bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions votai_general_theme/templates/popular_proposal/_likers.html
Expand Up @@ -65,6 +65,11 @@
<p class="nota">Esta propuesta tiene <span id='likers_count_{{proposal.id}}' class="conteo">{{proposal.likers.count}}</span> apoyo(s)</p>
</div>
{% endif %}
{% if not proposals_list %}
<span class="corazon-{{proposal.id}} btn btn-no-apoyo text-center {{support_button_extra_class}}" style="cursor:auto;">
Estoy apoyando <i class="fa fa-heart" aria-hidden="true"></i>
</span>
{% endif %}
{% if support_button_extra_class %}
<div class="col-md-6">
<div class="share pull-left">
Expand Down
Expand Up @@ -101,7 +101,7 @@ <h3 class="text-center">Hay {{popular_proposals|length}} propuestas ciudadanas</
{% endif %}
<div id="posts">
{% for proposal in popular_proposals %}
{% include 'popular_proposal/popular_proposal_card.html' with proposal=proposal is_embedded=is_embedded %}
{% include 'popular_proposal/popular_proposal_card.html' with proposal=proposal is_embedded=is_embedded proposals_list=True %}
{% empty %}
{% url 'popular_proposals:propose_wizard_full_without_area' as create_proposal_url %}
</div>
Expand Down

0 comments on commit 07101bf

Please sign in to comment.