aboutsummaryrefslogtreecommitdiff
path: root/views/index.jade
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-01 03:26:26 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-01 03:26:26 +0200
commitc66f8be25f230f8fcea2774e54a56ad43fba9b58 (patch)
treed20130f43292ff0322afcc71b9fcbf41e076fd93 /views/index.jade
parent02588ca7aa174c5b4c95c8f124eb8086042f9538 (diff)
downloadexample-collection-json-db-c66f8be25f230f8fcea2774e54a56ad43fba9b58.tar.gz
example-collection-json-db-c66f8be25f230f8fcea2774e54a56ad43fba9b58.tar.bz2
example-collection-json-db-c66f8be25f230f8fcea2774e54a56ad43fba9b58.tar.xz
example-collection-json-db-c66f8be25f230f8fcea2774e54a56ad43fba9b58.zip
o Adding paging.
o Adding new root resource.
Diffstat (limited to 'views/index.jade')
-rw-r--r--views/index.jade6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/index.jade b/views/index.jade
index ef7b09f..f195915 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -1,5 +1,7 @@
extends layout
block content
- h1= title
- p Welcome to #{title} \ No newline at end of file
+ p Available resources
+ ul
+ li: a(href=urlgenerator.departments()) Departments list
+ li: a(href=urlgenerator.employees()) Employees list