Commit 02e67a8086ec966c91f9e3c2fbfa468710d9d664
1 parent
51ee4de6
Exists in
master
and in
5 other branches
Change button label to 'Participe' (close #336)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/handlebars-helpers.js
| ... | ... | @@ -42,7 +42,7 @@ define(['handlebars'], function(Handlebars){ |
| 42 | 42 | '<div class="box__image" style="background-image:url(' + (options.hash['host'] + proposal.image.url) + ')"></div>' + |
| 43 | 43 | '<div class="box__title">' + proposal.title + '</div>' + |
| 44 | 44 | (proposal.abstract ? '<div class="box__abstract">' + proposal.abstract + '</div>' : '') + |
| 45 | - '<div class="box__footer">' + '<button type="button" class="button button-block participe">OPINE NESTE PROGRAMA</button>' + '</div>' + | |
| 45 | + '<div class="box__footer">' + '<button type="button" class="button button-block participe">Participe</button>' + '</div>' + | |
| 46 | 46 | '</div>'; |
| 47 | 47 | } |
| 48 | 48 | ... | ... |