diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-18 16:24:32 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-18 16:24:32 +0200 |
commit | ffeb1a12491780d489d96dd7159a09b5fd16090c (patch) | |
tree | fc3e83f2c56799d6855d05b91c49574cdaf3c6ff /index.html | |
parent | b9ff4650857cc34a795613281d576196345359ee (diff) |
Add "Plan" button to display next "planning" hint
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |