Commit ffb92afdcc8780cadd76db9553ac94deec5ded98
1 parent
6f3bcb43
Exists in
master
and in
5 other branches
change anchor to button
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">' + '<span class="button participe">OPINE NESTE PROGRAMA</span>' + '</div>' + | |
| 45 | + '<div class="box__footer">' + '<button type="button" class="button button-block participe">OPINE NESTE PROGRAMA</button>' + '</div>' + | |
| 46 | 46 | '</div>'; |
| 47 | 47 | } |
| 48 | 48 | ... | ... |