From 4d244763164eb88638aec85d85529ea49feb0f94 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Fri, 17 Jun 2016 16:15:53 +0800 Subject: Add revision modal with UIs and support to mark patch diff texts --- public/views/body.ejs | 3 ++- public/views/header.ejs | 4 ++++ public/views/revision-modal.ejs | 27 +++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 public/views/revision-modal.ejs (limited to 'public/views') diff --git a/public/views/body.ejs b/public/views/body.ejs index 62493e44..9fe1ca75 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -235,4 +235,5 @@ <%- include signin-modal %> -<%- include help-modal %> \ No newline at end of file +<%- include help-modal %> +<%- include revision-modal %> \ No newline at end of file diff --git a/public/views/header.ejs b/public/views/header.ejs index bc540565..b00c2db5 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -28,6 +28,8 @@
  • +
  • Revision +
  • Export PDF
  • Slide Mode @@ -121,6 +123,8 @@