mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 13:38:00 +02:00
Show description on individual milestone view (#12055)
Fixes #12043 Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@ -5,9 +5,11 @@
|
||||
<div class="ui three column stackable grid">
|
||||
<div class="column">
|
||||
<h3>{{.Milestone.Name}}</h3>
|
||||
<div class="content">
|
||||
{{.Milestone.RenderedContent|Str2html}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column center aligned">
|
||||
|
||||
</div>
|
||||
{{if not .Repository.IsArchived}}
|
||||
<div class="column right aligned">
|
||||
|
Reference in New Issue
Block a user