summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-18 16:24:32 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-18 16:24:32 +0200
commitffeb1a12491780d489d96dd7159a09b5fd16090c (patch)
treefc3e83f2c56799d6855d05b91c49574cdaf3c6ff /index.html
parentb9ff4650857cc34a795613281d576196345359ee (diff)
Add "Plan" button to display next "planning" hint
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 5c5d7b9..f7c4252 100644
--- a/index.html
+++ b/index.html
@@ -112,6 +112,7 @@
<div class="col-lg-3 col-md-6 col-sm-12 block" id="code_editor_outer_div">
<nav class="navbar navbar-default" id="block-toolbar">
<div class="container-fluid">
+ <button type="button" class="btn btn-default navbar-btn" id="btn_code_plan">Plan</button>
<button type="button" class="btn btn-default navbar-btn" id="btn_code_hint">Hint</button>
<button type="button" class="btn btn-default navbar-btn" id="btn_code_test">Test</button>
</div>