2020-05-14 21:15:21 +02:00
|
|
|
<div class="ui top tabular menu" data-write="write" data-preview="preview">
|
|
|
|
<a class="active item" data-tab="write">{{.i18n.Tr "write"}}</a>
|
|
|
|
<a class="item" data-tab="preview" data-url="{{.Repository.APIURL}}/markdown" data-context="{{.RepoLink}}">{{.i18n.Tr "preview"}}</a>
|
|
|
|
</div>
|
2015-08-12 12:44:09 +02:00
|
|
|
<div class="field">
|
2020-05-14 21:15:21 +02:00
|
|
|
<div class="ui bottom active tab" data-tab="write">
|
2021-04-11 05:46:37 +02:00
|
|
|
<textarea id="content" class="edit_area js-quick-submit" name="content" tabindex="4" data-id="issue-{{.RepoName}}" data-url="{{.Repository.APIURL}}/markdown" data-context="{{.Repo.RepoLink}}">
|
2021-03-18 03:02:38 +01:00
|
|
|
{{- if .BodyQuery}}{{.BodyQuery}}{{else if .IssueTemplate}}{{.IssueTemplate}}{{else if .PullRequestTemplate}}{{.PullRequestTemplate}}{{else}}{{.content}}{{end -}}
|
|
|
|
</textarea>
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2021-05-07 10:43:41 +02:00
|
|
|
<div class="ui bottom tab markup" data-tab="preview">
|
2018-08-06 06:43:22 +02:00
|
|
|
{{.i18n.Tr "loading"}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2015-08-12 12:44:09 +02:00
|
|
|
</div>
|
|
|
|
{{if .IsAttachmentEnabled}}
|
2020-10-05 07:49:33 +02:00
|
|
|
<div class="field">
|
|
|
|
{{template "repo/upload" .}}
|
|
|
|
</div>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{end}}
|