mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Minor project list tweaks
This commit is contained in:
parent
532ec5e756
commit
96e99a5cc0
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
.row
|
||||
.col-xs-12
|
||||
form.project-search.form-horizontal(role="form")
|
||||
.form-group.has-feedback.has-feedback-left.col-xs-7
|
||||
input.form-control.col-xs-7(
|
||||
.form-group.has-feedback.has-feedback-left.col-md-7.col-xs-12
|
||||
input.form-control.col-md-7.col-xs-12(
|
||||
placeholder='Search projects…',
|
||||
autofocus='autofocus',
|
||||
ng-model="searchText",
|
||||
|
|
|
@ -65,9 +65,9 @@
|
|||
span.name {{tag.name}}
|
||||
span.subdued ({{tag.project_ids.length}})
|
||||
li(ng-cloak)
|
||||
a(href, ng-click="openNewTagModal()")
|
||||
a.tag(href, ng-click="openNewTagModal()")
|
||||
i.fa.fa-fw.fa-plus
|
||||
| New Folder
|
||||
span.name New Folder
|
||||
|
||||
.row-spaced(ng-if="projects.length == 0", ng-cloak)
|
||||
.first-project
|
||||
|
|
Loading…
Reference in a new issue