Change grid
This commit is contained in:
parent
bf9eb3323d
commit
05b0ac9551
4 changed files with 84 additions and 20 deletions
client/partials
7
client/partials/menu.html
Normal file
7
client/partials/menu.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="list-group">
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue