mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Move sort click action to just the header text, not select all input
This commit is contained in:
parent
a7cf8d6b0a
commit
0111d699a3
1 changed files with 6 additions and 6 deletions
|
@ -118,18 +118,18 @@
|
||||||
)
|
)
|
||||||
li.container-fluid
|
li.container-fluid
|
||||||
.row
|
.row
|
||||||
.col-xs-6(ng-click="changePredicate('name')")
|
.col-xs-6
|
||||||
input.select-all(
|
input.select-all(
|
||||||
select-all,
|
select-all,
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
)
|
)
|
||||||
span.header.clickable Title
|
span.header.clickable(ng-click="changePredicate('name')") Title
|
||||||
i.tablesort.fa(ng-class="getSortIconClass('name')")
|
i.tablesort.fa(ng-class="getSortIconClass('name')")
|
||||||
.col-xs-2(ng-click="changePredicate('accessLevel')")
|
.col-xs-2
|
||||||
span.header.clickable Owner
|
span.header.clickable(ng-click="changePredicate('accessLevel')") Owner
|
||||||
i.tablesort.fa(ng-class="getSortIconClass('accessLevel')")
|
i.tablesort.fa(ng-class="getSortIconClass('accessLevel')")
|
||||||
.col-xs-4(ng-click="changePredicate('lastUpdated')")
|
.col-xs-4
|
||||||
span.header.clickable Last Modified
|
span.header.clickable(ng-click="changePredicate('lastUpdated')") Last Modified
|
||||||
i.tablesort.fa(ng-class="getSortIconClass('lastUpdated')")
|
i.tablesort.fa(ng-class="getSortIconClass('lastUpdated')")
|
||||||
li.project_entry.container-fluid(
|
li.project_entry.container-fluid(
|
||||||
ng-repeat="project in visibleProjects | orderBy:predicate:reverse",
|
ng-repeat="project in visibleProjects | orderBy:predicate:reverse",
|
||||||
|
|
Loading…
Reference in a new issue