Commit 1511d046aa45e5d570112354661957eec23faeda
1 parent
cb42f3f1
Exists in
master
and in
2 other branches
Now all cards in the pile have the same height
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/html/_proposal_list.html
... | ... | @@ -17,7 +17,6 @@ |
17 | 17 | </div> |
18 | 18 | <div class="card-footer"> |
19 | 19 | <img ng-src="https://img.shields.io/badge/tema-{{proposal.topic.title}}-ff9800.svg" alt="" /> |
20 | - <img ng-repeat="tag in proposal.tag_list" ng-src="https://img.shields.io/badge/tag-{{tag}}-4db6ac.svg" alt="" /> | |
21 | 20 | <a ng-click="openProposal(proposal)" class="icon-left ion-android-open"> Acessar</a> |
22 | 21 | </div> |
23 | 22 | <br style="clear: both;" /> | ... | ... |