summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-09-18 18:54:32 +0200
committerRobert Zorko <robertz@gurucue.com>2015-09-18 18:54:32 +0200
commitd1445d6af226de21ecf513ff7aff7d6f7bb82b1c (patch)
tree7a448edac2d6b66feb8979e97ccd7e4ba5e3f6d3 /index.html
parent9113815d16d38373b378c6d34000a75f019b219f (diff)
parent5ae5ffc6e86a0181799b6f45167bfb57ea91a32c (diff)
merge conflict occured and is now fixed
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8f4e933..a767ff4 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,7 @@
<!-- App -->
<link rel="stylesheet" href="css/codeq.css" type="text/css">
<link rel="stylesheet" href="css/codeq/console.css" type="text/css">
+ <link rel="stylesheet" href="css/codeq/hint.css" type="text/css">
<title>CodeQ</title>
</head>
<body>
@@ -126,6 +127,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>