diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/docs.ejs | 4 | ||||
| -rw-r--r-- | views/partials/edit-documentation.ejs (renamed from views/staff/edit-docs.ejs) | 0 | ||||
| -rw-r--r-- | views/partials/footer.ejs | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/views/docs.ejs b/views/docs.ejs index 601f40f..fee5545 100644 --- a/views/docs.ejs +++ b/views/docs.ejs @@ -15,7 +15,7 @@ [[ if (user.isStaff) { ]] <a href="#" data-role="edit-document-modal" data-name="[[- doc.name ]]">Edit this document</a> - [[ include staff/edit-docs ]] + [[ include partials/edit-documentation ]] [[ } ]] <div class="content"> @@ -34,7 +34,7 @@ <p> <a href="#" data-role="new-document-modal" data-name="[[- doc.name ]]">Create this document</a> </p> - [[ include staff/edit-docs ]] + [[ include partials/edit-documentation ]] [[ } ]] [[ } ]] diff --git a/views/staff/edit-docs.ejs b/views/partials/edit-documentation.ejs index cecce10..cecce10 100644 --- a/views/staff/edit-docs.ejs +++ b/views/partials/edit-documentation.ejs diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index a40a873..1df179a 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -2,6 +2,8 @@ <a href="/about">About</a> <a href="/about/faq">FAQ</a> + <a href="/about/terms">Terms</a> + <a href="/about/privacy">Privacy</a> <span>©2014 VVALLS Inc.</span> |
