This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
[[ template "header" . ]]
7
7
< div >
8
8
< div class ="row " style ="margin-bottom: 10px; ">
9
- < div class ="col-md-12 ">
9
+ < div class ="col-md-2 "> </ div >
10
+ < div class ="col-md-8 ">
10
11
< h2 id ="viewuser " style ="margin-top: 10px; ">
11
- < div class =" pull-left " data-cy ="updates "> Status updates</ div >
12
+ < div style =" text-align: center; " data-cy ="updates "> Status updates</ div >
12
13
</ h2 >
13
14
</ div >
15
+ < div class ="col-md-2 "> </ div >
14
16
</ div >
15
17
[[ if .Updates ]]
16
18
< div ng-repeat ="(dbname, entries) in updates " class ="row ">
17
- < div class ="col-md-12 ">
19
+ < div class ="col-md-2 "> </ div >
20
+ < div class ="col-md-8 ">
18
21
< table class ="table table-striped table-responsive profileTable ">
19
22
< tr >
20
23
< td style ="background-color: #DCDCDC; "> < a class ="blackLink " href ="/{{ dbname }} " style ="font-weight: bold; " ng-bind ="dbname "> </ a > </ td >
@@ -24,6 +27,7 @@ <h2 id="viewuser" style="margin-top: 10px;">
24
27
</ tr >
25
28
</ table >
26
29
</ div >
30
+ < div class ="col-md-2 "> </ div >
27
31
</ div >
28
32
[[ else ]]
29
33
< table class ="table table-striped table-responsive profileTable ">
You can’t perform that action at this time.
0 commit comments