Skip to content

Commit

Permalink
Fixed urls
Browse files Browse the repository at this point in the history
- Fixed backend buttons on homepage
- Fixed heading urls for back end
  • Loading branch information
harrymt committed May 18, 2017
1 parent ac4f9ce commit 01f7ceb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 3 additions & 1 deletion views/includes/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ ul.navigation
li
a( href='back-end#database' ) Database
li
a( href='back-end#dynamic' ) Dynamic
a( href='back-end#dynamic' ) Dynamic Pages
li
a( href='back-end#performance' ) Performance
li
+navlink('Report', title, false)
li.right
Expand Down
11 changes: 4 additions & 7 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ block content
h2 Back-End
.row
.half
a.button( href='/front-end#html' ) Server
a.button( href='/back-end#server' ) Server
.half
a.button( href='/front-end#database' ) Database
a.button( href='/back-end#database' ) Database
.row
.half
a.button( href='/front-end#dynamic' ) Dynamic Pages
a.button( href='/back-end#dynamic' ) Dynamic Pages
.half
a.button( href='/front-end#security' ) Security
.row
.full
a.button( href='/front-end#testing' ) Testing
a.button( href='/back-end#performance' ) Performance
2 changes: 1 addition & 1 deletion views/pages/back-end.pug
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ block content
li 50/100
=' '
a( href='https://observatory.mozilla.org/analyze.html?host=webtechnologies.herokuapp.com' ) Mozilla Observatory
=' '
=' '

0 comments on commit 01f7ceb

Please sign in to comment.