This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 5 files changed +16
-39
lines changed
5 files changed +16
-39
lines changed Original file line number Diff line number Diff line change 5
5
< body >
6
6
[[ template "header" . ]]
7
7
< div >
8
+ < div id ="db-header-root "> </ div >
8
9
< div class ="row ">
9
- < div class ="col-md-1 ">
10
-
11
- </ div >
12
- < div class ="col-md-10 ">
10
+ < div class ="col-md-12 ">
13
11
< h2 style ="text-align: center; " data-cy ="createbranch "> Create new branch</ h2 >
14
12
< form action ="/x/createbranch " method ="post ">
15
13
< div style ="text-align: center; "> < i > From commit: [[ .Commit ]]</ i > </ div >
@@ -41,11 +39,9 @@ <h2 style="text-align: center;" data-cy="createbranch">Create new branch</h2>
41
39
</ table >
42
40
</ form >
43
41
</ div >
44
- < div class ="col-md-1 ">
45
-
46
- </ div >
47
42
</ div >
48
43
</ div >
44
+ [[ template "script_db_header" . ]]
49
45
[[ template "footer" . ]]
50
46
</ body >
51
47
</ html >
Original file line number Diff line number Diff line change 5
5
< body >
6
6
[[ template "header" . ]]
7
7
< div >
8
+ < div id ="db-header-root "> </ div >
8
9
< div class ="row ">
9
- < div class ="col-md-1 ">
10
-
11
- </ div >
12
- < div class ="col-md-10 ">
10
+ < div class ="col-md-12 ">
13
11
< h2 style ="text-align: center; "> Create new tag or release</ h2 >
14
12
< form action ="/x/createtag " method ="post ">
15
13
< div style ="text-align: center; "> < i > On commit: [[ .Commit ]]</ i > </ div >
@@ -64,11 +62,9 @@ <h2 style="text-align: center;">Create new tag or release</h2>
64
62
</ table >
65
63
</ form >
66
64
</ div >
67
- < div class ="col-md-1 ">
68
-
69
- </ div >
70
65
</ div >
71
66
</ div >
67
+ [[ template "script_db_header" . ]]
72
68
[[ template "footer" . ]]
73
69
< script >
74
70
let app = angular . module ( 'DBHub' , [ 'ui.bootstrap' , 'ngSanitize' ] ) ;
Original file line number Diff line number Diff line change 5
5
< body >
6
6
[[ template "header" . ]]
7
7
< div >
8
+ < div id ="db-header-root "> </ div >
8
9
< div class ="row ">
9
- < div class ="col-md-1 ">
10
-
11
- </ div >
12
- < div class ="col-md-10 ">
10
+ < div class ="col-md-12 ">
13
11
< h2 style ="text-align: center; ">
14
12
< span data-cy ="forks "> Forks of</ span >
15
13
< a class ="blackLink " href ="/[[ .DB.Info.Owner ]] " data-cy ="ownerlnk "> [[ .DB.Info.Owner ]]</ a > /
16
14
< a class ="blackLink " href ="/[[ .DB.Info.Owner ]]/[[ .DB.Info.Database ]] " data-cy ="dblnk "> [[ .DB.Info.Database ]]</ a >
17
15
</ h2 >
18
16
</ div >
19
- < div class ="col-md-1 ">
20
-
21
- </ div >
22
17
</ div >
23
18
< div class ="row ">
24
- < div class ="col-md-3 ">
25
-
26
- </ div >
27
- < div class ="col-md-9 ">
19
+ < div class ="col-md-12 ">
28
20
< table class ="table " style ="border-style: none; ">
29
21
< tr ng-repeat ="row in forks.Forks ">
30
22
< td style ="border-style: none; "> </ td >
@@ -39,6 +31,7 @@ <h2 style="text-align: center;">
39
31
</ div >
40
32
</ div >
41
33
</ div >
34
+ [[ template "script_db_header" . ]]
42
35
[[ template "footer" . ]]
43
36
< script >
44
37
let app = angular . module ( 'DBHub' , [ 'ui.bootstrap' , 'ngSanitize' ] ) ;
Original file line number Diff line number Diff line change 5
5
< body >
6
6
[[ template "header" . ]]
7
7
< div >
8
+ < div id ="db-header-root "> </ div >
8
9
< div class ="row ">
9
- < div class ="col-md-2 ">
10
-
11
- </ div >
12
- < div class ="col-md-8 ">
10
+ < div class ="col-md-12 ">
13
11
< h2 style ="text-align: center; ">
14
12
< span data-cy ="stars "> People who starred</ span >
15
13
< a class ="blackLink " href ="/[[ .DB.Info.Owner ]] " data-cy ="ownerlnk "> [[ .DB.Info.Owner ]]</ a > /
@@ -25,11 +23,9 @@ <h4>• <a class="blackLink" href="/{{ row.Owner }}">{{ row.display_name}}</a></
25
23
</ table >
26
24
< h3 ng-if ="stars.Stars === null " style ="text-align: center; "> No-one has starred [[ .DB.Info.Owner ]]/[[ .DB.Info.Database ]] yet</ h3 >
27
25
</ div >
28
- < div class ="col-md-2 ">
29
-
30
- </ div >
31
26
</ div >
32
27
</ div >
28
+ [[ template "script_db_header" . ]]
33
29
[[ template "footer" . ]]
34
30
< script >
35
31
let app = angular . module ( 'DBHub' , [ 'ui.bootstrap' , 'ngSanitize' ] ) ;
Original file line number Diff line number Diff line change 5
5
< body >
6
6
[[ template "header" . ]]
7
7
< div >
8
+ < div id ="db-header-root "> </ div >
8
9
< div class ="row ">
9
- < div class ="col-md-2 ">
10
-
11
- </ div >
12
- < div class ="col-md-8 ">
10
+ < div class ="col-md-12 ">
13
11
< h2 style ="text-align: center; ">
14
12
< span data-cy ="pplwatch "> People watching</ span >
15
13
< a class ="blackLink " href ="/[[ .DB.Info.Owner ]] " data-cy ="ownerlnk "> [[ .DB.Info.Owner ]]</ a > /
@@ -25,11 +23,9 @@ <h4>• <a class="blackLink" href="/{{ row.Owner }}">{{ row.display_name}}</a></
25
23
</ table >
26
24
< h3 ng-if ="watchers.Watchers === null " style ="text-align: center; "> No-one is watching [[ .DB.Info.Owner ]]/[[ .DB.Info.Database ]] yet</ h3 >
27
25
</ div >
28
- < div class ="col-md-2 ">
29
-
30
- </ div >
31
26
</ div >
32
27
</ div >
28
+ [[ template "script_db_header" . ]]
33
29
[[ template "footer" . ]]
34
30
< script >
35
31
let app = angular . module ( 'DBHub' , [ 'ui.bootstrap' , 'ngSanitize' ] ) ;
You can’t perform that action at this time.
0 commit comments