mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
Fix global header style
This commit is contained in:
@@ -26,16 +26,6 @@
|
|||||||
@helper.html.error(error)
|
@helper.html.error(error)
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="head">
|
<div class="head">
|
||||||
@helper.html.repositoryicon(repository, true)
|
|
||||||
<a href="@url(repository.owner)">@repository.owner</a> / <a href="@url(repository)" class="strong">@repository.name</a>
|
|
||||||
|
|
||||||
@defining(repository.repository){ x =>
|
|
||||||
@if(repository.repository.originRepositoryName.isDefined){
|
|
||||||
<div class="forked">
|
|
||||||
forked from <a href="@path/@x.parentUserName/@x.parentRepositoryName">@x.parentUserName/@x.parentRepositoryName</a>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@if(repository.commitCount > 0){
|
@if(repository.commitCount > 0){
|
||||||
<div class="input-group pull-right">
|
<div class="input-group pull-right">
|
||||||
<span class="fork">
|
<span class="fork">
|
||||||
@@ -59,6 +49,16 @@
|
|||||||
</form>
|
</form>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@helper.html.repositoryicon(repository, true)
|
||||||
|
<a href="@url(repository.owner)">@repository.owner</a> / <a href="@url(repository)" class="strong">@repository.name</a>
|
||||||
|
|
||||||
|
@defining(repository.repository){ x =>
|
||||||
|
@if(repository.repository.originRepositoryName.isDefined){
|
||||||
|
<div class="forked">
|
||||||
|
forked from <a href="@path/@x.parentUserName/@x.parentRepositoryName">@x.parentUserName/@x.parentRepositoryName</a>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user