From 4aa4e3eacc36ae54c49ac94cf40594f33c4d9b1d Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 11 May 2016 14:37:54 +0800 Subject: Add help and help modal with contacts, documents, cheatsheet --- public/views/body.ejs | 3 +- public/views/header.ejs | 8 +-- public/views/help-modal.ejs | 132 ++++++++++++++++++++++++++++++++++++++++++ public/views/index.ejs | 2 +- public/views/modal.ejs | 34 ----------- public/views/signin-modal.ejs | 34 +++++++++++ 6 files changed, 173 insertions(+), 40 deletions(-) create mode 100644 public/views/help-modal.ejs delete mode 100644 public/views/modal.ejs create mode 100644 public/views/signin-modal.ejs (limited to 'public') diff --git a/public/views/body.ejs b/public/views/body.ejs index 771da880..11bccfef 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -151,4 +151,5 @@ -<%- include modal %> \ No newline at end of file +<%- include signin-modal %> +<%- include help-modal %> \ No newline at end of file diff --git a/public/views/header.ejs b/public/views/header.ejs index 6218187f..bbabe778 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -59,7 +59,7 @@