mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:23:10 +00:00
Add in archived projects link
This commit is contained in:
parent
b95c9e1d0a
commit
4b8f57de80
3 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,7 @@ block content
|
|||
h1 Archived Projects
|
||||
- if (projects.length > 0)
|
||||
.row-fluid
|
||||
.span9
|
||||
.span12
|
||||
ul#projectList
|
||||
mixin projectList(projects)
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@ block content
|
|||
a.normalText.menu-indent(href="/templates/thesis") Thesis
|
||||
li
|
||||
a.normalText.menu-indent(href="/templates/bibliographies") Bibliographies
|
||||
a(href="/project/archived").pull-right.archived-projects Archived Projects
|
||||
h1 Projects
|
||||
- if (projects.length > 0)
|
||||
.row-fluid
|
||||
|
|
|
@ -112,6 +112,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
a.archived-projects {
|
||||
padding: 6px 16px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.project-actions {
|
||||
float: right;
|
||||
.dropdown-menu {
|
||||
|
|
Loading…
Reference in a new issue