aboutsummaryrefslogtreecommitdiff
path: root/views/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.hbs')
-rw-r--r--views/index.hbs20
1 files changed, 17 insertions, 3 deletions
diff --git a/views/index.hbs b/views/index.hbs
index 9826209..59c589f 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -10,7 +10,14 @@
<div class="input-group">
<!-- Search Category Drop-Down -->
<div class="input-group-btn">
- <button type="button" class="btn btn-default dropdown-toggle search-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Courses <span class="caret"></span></button>
+ <button type="button"
+ class="btn btn-default dropdown-toggle search-button"
+ data-toggle="dropdown"
+ aria-haspopup="true"
+ aria-expanded="false">
+ Courses
+ <span class="caret"></span>
+ </button>
<ul class="dropdown-menu">
<li><a href="#">Courses</a></li>
<li><a href="#">Users</a> </li>
@@ -18,10 +25,17 @@
</div>
<!-- Search bar -->
- <input type="text" id = "user-input" class="form-control" aria-label="..." name="search" placeholder="Enter course name">
+ <input type="text"
+ id = "user-input"
+ class="form-control"
+ aria-label="..."
+ name="search"
+ placeholder="Enter course name">
<!-- Prompt Search -->
<span class="input-group-btn">
- <button id = 'go-button' class="btn btn-default search-button go-button" type="submit">Go!</button>
+ <button id = 'go-button'
+ class="btn btn-default search-button go-button"
+ type="submit">Go!</button>
</span>
</div>
</div>