From 73f6d383b5e7376beef02da2fa583400a47e6534 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Fri, 17 Jun 2016 16:31:36 +0800 Subject: Add minimumCompatibleVersion and update refresh modal to show more detail informations --- public/views/body.ejs | 20 +------------------- public/views/refresh-modal.ejs | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 19 deletions(-) create mode 100644 public/views/refresh-modal.ejs (limited to 'public/views') diff --git a/public/views/body.ejs b/public/views/body.ejs index 9fe1ca75..8eb0fb8a 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -56,25 +56,6 @@ - - +<%- include refresh-modal %> <%- include signin-modal %> <%- include help-modal %> <%- include revision-modal %> \ No newline at end of file diff --git a/public/views/refresh-modal.ejs b/public/views/refresh-modal.ejs new file mode 100644 index 00000000..ce7147da --- /dev/null +++ b/public/views/refresh-modal.ejs @@ -0,0 +1,32 @@ + + \ No newline at end of file -- cgit v1.2.3