mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 16:23:49 +08:00
4a469c8e1b
Clean up the templates
4 lines
144 B
Handlebars
4 lines
144 B
Handlebars
<div class="field {{if not .item.VisibleOnForm}}tw-hidden{{end}}">
|
|
<div>{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.value}}</div>
|
|
</div>
|