forked from forgejo/forgejo
Some small template fixes (#3820)
This commit is contained in:
parent
bac6d05e78
commit
f6013d5098
4 changed files with 7 additions and 5 deletions
|
@ -39,8 +39,9 @@
|
|||
data-url="{{AppSubUrl}}/api/v1/markdown"
|
||||
data-context="{{.RepoLink}}"
|
||||
data-markdown-file-exts="{{.MarkdownFileExts}}"
|
||||
data-line-wrap-extensions="{{.LineWrapExtensions}}">
|
||||
{{.FileContent}}</textarea required>
|
||||
data-line-wrap-extensions="{{.LineWrapExtensions}}"
|
||||
required>
|
||||
{{.FileContent}}</textarea>
|
||||
</div>
|
||||
<div class="ui bottom attached tab segment markdown" data-tab="preview">
|
||||
{{.i18n.Tr "repo.release.loading"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue