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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler+github@mailbox.org>2018-08-19 00:31:20 +0300
committerGitHub <noreply@github.com>2018-08-19 00:31:20 +0300
commit979137b78172917901031889024be40c6650bb34 (patch)
tree86b39ba6841be485eb9862db7701e65eb4a20c98 /templates
parentf2b732adba2d28bcc8e4fa138f2cb9ace6eb2571 (diff)
parent3e7800910f8007f33603361590068db80750910b (diff)
Merge pull request #189 from nextcloud/fix-menu-toggle
Rename icon to not interfere with icon-menu server class
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index b116f7b6..8a2c30a6 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -199,7 +199,7 @@
<ul>
<li ng-click="setSortOrder($event, 'default')" ng-class="{active: settingsmodel.getById('various').sortOrder == 'default'}" class="handler">
<a>
- <span class="icon icon-menu"></span>
+ <span class="icon icon-list"></span>
<span class="label"><?php p($l->t('Default')); ?></span>
<span class="icon sort-indicator" ng-class="{'icon-sort-up': settingsmodel.getById('various').sortDirection, 'icon-sort-down': !settingsmodel.getById('various').sortDirection}"></span>
</a>