mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 19:45:57 +01:00
(refs #24)Add GitBucket version to the header.
This commit is contained in:
@@ -52,6 +52,9 @@
|
|||||||
</div><!--/.nav-collapse -->
|
</div><!--/.nav-collapse -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@defining(servlet.AutoUpdate.getCurrentVersion){ version =>
|
||||||
|
<div class="gitbucket-version">version @version.majorVersion.@version.minorVersion</div>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="container body">
|
<div class="container body">
|
||||||
@body
|
@body
|
||||||
|
|||||||
@@ -5,6 +5,13 @@ body {
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.gitbucket-version {
|
||||||
|
font-size: small;
|
||||||
|
color: silver;
|
||||||
|
float: right;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
table.global-nav {
|
table.global-nav {
|
||||||
width: 920px;
|
width: 920px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user