Added comments to dashboard.html
Added comments to seperate out blocks of html on dashboard to make reading the code and developing on top of it easier. Change-Id: I8b46513019413541b0855e32a1a2931b685282ec
This commit is contained in:
parent
1f4790b030
commit
9a8833d844
@ -4,6 +4,7 @@
|
||||
<h1 view-title>Dashboard</h1>
|
||||
</div>
|
||||
</div>
|
||||
<!--recent events block-->
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<table class="table table-striped">
|
||||
@ -52,7 +53,9 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!--end recent events block-->
|
||||
<div class="row">
|
||||
<!--stories assigned block-->
|
||||
<div class="col-sm-6">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
@ -87,6 +90,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--end stories assigned block-->
|
||||
<!-- stories created block-->
|
||||
<div class="col-sm-6">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
@ -121,5 +126,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- end stories created block-->
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user