summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-21 21:45:45 +0800
committerCheng-Han, Wu2016-06-21 21:45:45 +0800
commit09fb1209678b2acc18ee13ee0c407278e67d2c06 (patch)
treed90ae905b31e0b871dd8f000ea72294974c23a05 /public/views
parent6577313925d8e6a546414470166095d81c3987a2 (diff)
Update to support toggle editor theme and spellcheck in status bar
Diffstat (limited to '')
-rw-r--r--public/views/statusbar.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/views/statusbar.html b/public/views/statusbar.html
index d3c58ef1..24e2eb8e 100644
--- a/public/views/statusbar.html
+++ b/public/views/statusbar.html
@@ -20,5 +20,11 @@
<div class="indent-width-label" title="Click to change indentation size">4</div>
<input class="indent-width-input hidden" type="number" min="1" max="10" maxlength="2" size="2">
</div>
+ <div class="status-theme">
+ <a class="ui-theme-toggle" data-target="#" title="Toggle editor theme"><i class="fa fa-sun-o fa-fw"></i></a>
+ </div>
+ <div class="status-spellcheck">
+ <a class="ui-spellcheck-toggle" data-target="#" title="Toggle spellcheck"><i class="fa fa-check fa-fw"></i></a>
+ </div>
</div>
</div> \ No newline at end of file