diff --git a/public/views/body.ejs b/public/views/body.ejs index 771da8803..11bccfef4 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 6218187fd..bbabe7781 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -59,7 +59,7 @@
  • HTML
  • -
  • Feedback +
  • Help
  • @@ -80,9 +80,9 @@ - - - + + + diff --git a/public/views/help-modal.ejs b/public/views/help-modal.ejs new file mode 100644 index 000000000..15342262e --- /dev/null +++ b/public/views/help-modal.ejs @@ -0,0 +1,132 @@ + + \ No newline at end of file diff --git a/public/views/index.ejs b/public/views/index.ejs index 8c10e885e..69b525e95 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -174,7 +174,7 @@ - <%- include modal %> + <%- include signin-modal %> diff --git a/public/views/modal.ejs b/public/views/signin-modal.ejs similarity index 100% rename from public/views/modal.ejs rename to public/views/signin-modal.ejs