mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-30 12:19:58 +01:00
Small fix to pull request #289
This commit is contained in:
@@ -29,13 +29,10 @@
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
</div>
|
||||
|
||||
@if(repository.repository.description != "") {
|
||||
<p>@repository.repository.description</p>
|
||||
}
|
||||
|
||||
@repository.repository.description.map { description =>
|
||||
<p>@description</p>
|
||||
}
|
||||
<table class="global-nav box-header">
|
||||
<tr>
|
||||
<th class="box-header@if(active=="code"){ active}">
|
||||
|
||||
Reference in New Issue
Block a user