2020-05-15 04:15:21 +09: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 19:44:09 +09:00
|
|
|
<div class="field">
|
2020-05-15 04:15:21 +09:00
|
|
|
<div class="ui bottom active tab" data-tab="write">
|
2021-04-11 12:46:37 +09: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 11:02:38 +09:00
|
|
|
{{- if .BodyQuery}}{{.BodyQuery}}{{else if .IssueTemplate}}{{.IssueTemplate}}{{else if .PullRequestTemplate}}{{.PullRequestTemplate}}{{else}}{{.content}}{{end -}}
|
|
|
|
</textarea>
|
2015-12-08 07:30:52 +09:00
|
|
|
</div>
|
2021-05-07 17:43:41 +09:00
|
|
|
<div class="ui bottom tab markup" data-tab="preview">
|
2018-08-06 13:43:22 +09:00
|
|
|
{{.i18n.Tr "loading"}}
|
2015-12-08 07:30:52 +09:00
|
|
|
</div>
|
2015-08-12 19:44:09 +09:00
|
|
|
</div>
|
|
|
|
{{if .IsAttachmentEnabled}}
|
2020-10-05 14:49:33 +09:00
|
|
|
<div class="field">
|
|
|
|
{{template "repo/upload" .}}
|
|
|
|
</div>
|
2015-12-08 07:30:52 +09:00
|
|
|
{{end}}
|