1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-25 15:41:39 +00:00

Edition and display of tags on documents

This commit is contained in:
jendib
2013-07-30 21:00:16 +02:00
parent 779c45a1e2
commit a8b9148359
9 changed files with 102 additions and 8 deletions

View File

@@ -7,6 +7,9 @@
<div class="page-header">
<h1>{{ document.title }} <small>{{ document.create_date | date: 'short' }}</small></h1>
<ul class="inline">
<li ng-repeat="tag in document.tags"><span class="label label-info">{{ tag.name }}</span></li>
</ul>
</div>
<p ng-bind-html="document.description | newline"></p>