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:
authorkorelstar <korelstar@users.noreply.github.com>2018-08-16 17:53:36 +0300
committerkorelstar <korelstar@users.noreply.github.com>2018-08-18 10:02:21 +0300
commit07d49e46b8a85c4e7efc2cc3456002fff5ee2da9 (patch)
tree663e3274ab93880bb369bd20a098440e89176a38 /templates
parent93ae9185d3b1b926fe9b79f04345b7e9c16b2a4c (diff)
remove obsolete filter noteTitle
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 1170d6a9..17073c31 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -52,8 +52,8 @@ style('notes', [
<!-- notes list -->
<li ng-repeat="note in filteredNotes = (notes| and:search | orderBy:['-favorite','-modified'])"
ng-class="{ active: note.id == route.noteId,'has-error': note.error }">
- <a href="#/notes/{{ note.id }}" title="{{ note.title | noteTitle }}">
- {{ note.title | noteTitle }}
+ <a href="#/notes/{{ note.id }}" title="{{ note.title }}">
+ {{ note.title }}
<span ng-if="note.unsaved">*</span>
</a>
<div class="app-navigation-entry-utils" ng-class="{'hidden': note.error }">