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