2015-08-12 17:04:23 +08:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 19:56:10 -03:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull">
|
2015-08-12 17:04:23 +08:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
|
<div class="ui container">
|
2023-05-03 23:58:59 +02:00
|
|
|
{{template "repo/issue/view_title" .}}
|
2015-09-01 19:07:02 -04:00
|
|
|
{{if .Issue.IsPull}}
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2015-09-01 19:07:02 -04:00
|
|
|
{{end}}
|
2023-05-03 23:58:59 +02:00
|
|
|
{{template "repo/issue/view_content" .}}
|
2015-08-12 17:04:23 +08:00
|
|
|
</div>
|
2014-03-26 21:47:20 +08:00
|
|
|
</div>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "base/footer" .}}
|