moving and renaming

This commit is contained in:
arnaucode
2017-09-22 19:22:36 +02:00
parent fbfe1ddeed
commit 5d702098c5
44 changed files with 45 additions and 20 deletions

10
views/main/main.html Normal file → Executable file
View File

@@ -3,7 +3,10 @@
<div class="col-sm-4">
<div class="panel">
<div class="panel-heading c_deepPurple300">
<h3 class="panel-title">All users</h3>
<h3 class="panel-title">
All users
<span class="badge badge-secondary pull-right c_deepPurple300">{{users.length}}</span>
</h3>
</div>
<div class="panel-body" style="max-height: 500px;overflow-y: scroll;">
<div class="list-group">
@@ -30,7 +33,10 @@
<div class="col-sm-6">
<div class="panel">
<div class="panel-heading c_deepPurple300">
<h3 class="panel-title">All travels</h3>
<h3 class="panel-title">
All travels
<span class="badge badge-secondary pull-right c_deepPurple300">{{travels.length}}</span>
</h3>
</div>
<div class="panel-body" style="max-height: 500px;overflow-y: scroll;">
<table class="table table-striped table-hover ">