aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/notes/templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/notes/templates.html')
-rwxr-xr-xservo/templates/notes/templates.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/servo/templates/notes/templates.html b/servo/templates/notes/templates.html
new file mode 100755
index 0000000..e552791
--- /dev/null
+++ b/servo/templates/notes/templates.html
@@ -0,0 +1,10 @@
+<div class="btn-group pull-left">
+ <a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
+ <i class="icon-comment"></i> <span class="caret"></span>
+ </a>
+ <ul class="dropdown-menu template-select">
+ {% for t in templates %}
+ <li><a href="{{ t.get_absolute_url }}">{{ t.title }}</a></li>
+ {% endfor %}
+ </ul>
+</div>