summaryrefslogtreecommitdiff
path: root/public/views/body.ejs
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-17 16:31:36 +0800
committerCheng-Han, Wu2016-06-17 16:31:36 +0800
commit73f6d383b5e7376beef02da2fa583400a47e6534 (patch)
tree0dcc38953e1e3462fd0d32ccc0a3e0e2afcd7bf2 /public/views/body.ejs
parent03e68f92ebe7051b209790eb27d30fce87c1bbc7 (diff)
Add minimumCompatibleVersion and update refresh modal to show more detail informations
Diffstat (limited to 'public/views/body.ejs')
-rw-r--r--public/views/body.ejs20
1 files changed, 1 insertions, 19 deletions
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 @@
</div>
</div>
</div>
-<!-- refresh modal -->
-<div class="modal fade" id="refreshModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog modal-sm">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span>
- </button>
- <h4 class="modal-title" id="myModalLabel">This page need refresh</h4>
- </div>
- <div class="modal-body">
- <h5>This page have a mismatch client version or incorrect user state or errors.</h5>
- <strong>Please refresh this page.</strong>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-primary" id="refreshModalRefresh">Refresh</button>
- </div>
- </div>
- </div>
-</div>
<!-- locked modal -->
<div class="modal fade locked-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-sm">
@@ -234,6 +215,7 @@
</div>
</div>
</div>
+<%- include refresh-modal %>
<%- include signin-modal %>
<%- include help-modal %>
<%- include revision-modal %> \ No newline at end of file