mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-16 18:35:51 +01:00
Show repository description below the name on repository page.
This commit is contained in:
@@ -29,7 +29,13 @@
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@if(repository.repository.description != "") {
|
||||||
|
<p>@repository.repository.description</p>
|
||||||
|
}
|
||||||
|
|
||||||
<table class="global-nav box-header">
|
<table class="global-nav box-header">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="box-header@if(active=="code"){ active}">
|
<th class="box-header@if(active=="code"){ active}">
|
||||||
|
|||||||
Reference in New Issue
Block a user