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