Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-07-10 17:11:38 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-07-10 17:11:38 +0300
commit8d6b9c30ee01f33e3781c21d8ffd75d1ee3beaea (patch)
treed36946d72a0490d6c94b8fb578d2ae77f28e0463 /templates/main.php
parent6a907bb42f3889498580d3e702788d55a4d49b73 (diff)
hide # in note titles
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index edd98447..1bbb8273 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -48,7 +48,7 @@ style('notes', [
<li ng-repeat="note in notes|orderBy:'modified':'reverse'"
ng-class="{ active: note.id == route.noteId }">
<a href="#/notes/{{ note.id }}">
- {{ note.title }}
+ {{ note.title | noteTitle }}
</a>
<span class="utils">
<button class="svg action icon-delete"