diff options
Diffstat (limited to 'design/templates/notes/notes_list.html')
-rw-r--r-- | design/templates/notes/notes_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/notes/notes_list.html b/design/templates/notes/notes_list.html index 5b050b4..6cf4347 100644 --- a/design/templates/notes/notes_list.html +++ b/design/templates/notes/notes_list.html @@ -16,7 +16,7 @@ {% endfor %} </ul> {% endif %} - {% if tags|length >= 1%}<h2 class="note-subhed">Tagged with: {% for tag in tags%}<a href="{{tag.slug}}">{{tag.name}}</a>{%endfor%}</h2>{%endif%} + {% if tags|length >= 1%}<h2 class="note-subhed">Tagged with: {% for tag in tags%}<a href="{{tag.slug}}">{{tag.name}}</a> <a href="{% url 'outlines:detail' tag.slug tag.pk %}" class="btn btn-hollow">View Outline</a>{%endfor%}</h2> {%endif%} </div> {%comment%} <label for="choices-single-default">Default</label> <select class="form-control" data-trigger name="choices-single-default" id="choices-single-default" placeholder="This is a search placeholder"> |