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 66[[ template "header" . ]]
77< div >
88 < 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 ">
1011 < 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 >
1213 </ h2 >
1314 </ div >
15+ < div class ="col-md-2 "> </ div >
1416 </ div >
1517 [[ if .Updates ]]
1618 < 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 ">
1821 < table class ="table table-striped table-responsive profileTable ">
1922 < tr >
2023 < 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;">
2427 </ tr >
2528 </ table >
2629 </ div >
30+ < div class ="col-md-2 "> </ div >
2731 </ div >
2832 [[ else ]]
2933 < table class ="table table-striped table-responsive profileTable ">
You can’t perform that action at this time.
0 commit comments