Add in archived projects link

This commit is contained in:
James Allen 2014-06-04 11:58:53 +01:00
parent b95c9e1d0a
commit 4b8f57de80
3 changed files with 7 additions and 1 deletions

View file

@ -19,7 +19,7 @@ block content
h1 Archived Projects
- if (projects.length > 0)
.row-fluid
.span9
.span12
ul#projectList
mixin projectList(projects)

View file

@ -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

View file

@ -112,6 +112,11 @@
}
}
a.archived-projects {
padding: 6px 16px;
color: #aaa;
}
.project-actions {
float: right;
.dropdown-menu {