Commit c5f741a0841e078a18f541dc610456d8888e99eb

Authored by Caio Almeida
1 parent 3a785815

adding tag_list in card view

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ConfJuvApp/www/html/_proposal_list.html
... ... @@ -11,7 +11,7 @@
11 11 {{proposal.body | htmlToPlainText | limitTo:280}}...
12 12 </div>
13 13 <div class="card-footer">
14   - <img ng-src="https://img.shields.io/badge/tag-{{proposal.topic.title}}-ff9800.svg" alt="" />
  14 + <img ng-src="https://img.shields.io/badge/tag-{{proposal.topic.title}} {{proposal.tag_list.join(' ').replace('-', '--')}}-ff9800.svg" alt="" />
15 15 <a ng-click="openProposal(proposal)" class="icon-left ion-android-open"> Acessar</a>
16 16 </div>
17 17 <br style="clear: both;" />
... ...