2015-09-02 04:08:05 -04: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 commits">
|
2015-09-02 04:08:05 -04:00
|
|
|
{{template "repo/header" .}}
|
|
|
|
|
<div class="ui container">
|
|
|
|
|
{{template "repo/issue/view_title" .}}
|
|
|
|
|
{{template "repo/pulls/tab_menu" .}}
|
2023-05-03 23:58:59 +02:00
|
|
|
{{template "repo/commits_table" .}}
|
2015-09-02 04:08:05 -04:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "base/footer" .}}
|