Skip to content

Commit

Permalink
Tags use description
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora0000 committed Jun 24, 2015
1 parent c0fe215 commit 1d65b55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/descant/templates/bootstrap/topics/tag-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ <h2 translate="TAGS_ICON"></h2>
<div class="col-md-4" ng-repeat="tag in tagCtrl.list">
<div class="panel panel-primary" style="border-radius: 5px;">
<div class="panel-header"><a ng-href="#/topics/{{tag.id}}" class="text-center"><h3><i class="glyphicon glyphicon-tag"></i> {{ tag.name }}</h3></a></div>
<div class="panel-body text-center"><i class="glyphicon glyphicon-bullhorn"></i> {{tag.posts.length}} <span translate="POSTS"></span></div>
<div class="panel-body text-center">
<i class="glyphicon glyphicon-bullhorn"></i> {{tag.posts.length}} <span translate="POSTS"></span>
<span>{{tag.description}}</span>
</div>
</div>
</div>
</div>

0 comments on commit 1d65b55

Please sign in to comment.