Commit 2c019e2dc4632860dd8f1bca254be93b29455a5e
1 parent
33d1b2cf
Exists in
master
and in
2 other branches
Ticket #44 Added link title of proposals cards
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/html/_proposal_list.html
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | on-swipe-left="" on-swipe-right="" on-partial-swipe="cardPartialSwipe(amt)"> | 21 | on-swipe-left="" on-swipe-right="" on-partial-swipe="cardPartialSwipe(amt)"> |
22 | <div class="card animate-show" ng-show="proposal.topic.selected"> | 22 | <div class="card animate-show" ng-show="proposal.topic.selected"> |
23 | <h3> | 23 | <h3> |
24 | - {{proposal.title | limitTo:100}} | 24 | + <a ng-click="openProposal(proposal)">{{proposal.title | limitTo:100}}</a> |
25 | <br /> | 25 | <br /> |
26 | <small>Autoria: {{proposal.author.name}}</small> | 26 | <small>Autoria: {{proposal.author.name}}</small> |
27 | <p><img ng-src="img/badge-{{proposal.topic.id}}.svg" alt="" /></p> | 27 | <p><img ng-src="img/badge-{{proposal.topic.id}}.svg" alt="" /></p> |