summaryrefslogtreecommitdiff
path: root/client/partials
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes>2016-01-23 14:49:40 +0100
committerLoic GUEGAN <loic@Manzerbredes>2016-01-23 14:49:40 +0100
commit4fb9cfe17b87a37b9ca4eba7731d6e095fd36b7c (patch)
tree43b1ea8c8ebf7911180cdc2ba4af4d4fbe8b3f67 /client/partials
parent4ee3782deb74a606a03c09d192ecaece07fb28b0 (diff)
Change logo
Diffstat (limited to 'client/partials')
-rw-r--r--client/partials/nav.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/client/partials/nav.html b/client/partials/nav.html
index 286fbab..8211f2d 100644
--- a/client/partials/nav.html
+++ b/client/partials/nav.html
@@ -1,9 +1,8 @@
<div class="list-group">
- <a href="#" class="list-group-item active">
- Cras justo odio
- </a>
- <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
- <a href="#" class="list-group-item">Morbi leo risus</a>
- <a href="#" class="list-group-item">Porta ac consectetur ac</a>
- <a href="#" class="list-group-item">Vestibulum at eros</a>
- </div> \ No newline at end of file
+ <button type="button" class="list-group-item">Entry 1</button>
+ <button type="button" class="list-group-item">Entry 2</button>
+ <button type="button" class="list-group-item">Entry 3</button>
+ <button type="button" class="list-group-item">Entry 4</button>
+ <button type="button" class="list-group-item">Entry 5</button>
+
+</div> \ No newline at end of file