diff options
Diffstat (limited to 'templates/repo/issue/new.tmpl')
-rw-r--r-- | templates/repo/issue/new.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/repo/issue/new.tmpl b/templates/repo/issue/new.tmpl index 6abff2adde..780e874bc6 100644 --- a/templates/repo/issue/new.tmpl +++ b/templates/repo/issue/new.tmpl @@ -2,10 +2,6 @@ <div role="main" aria-label="{{.Title}}" class="page-content repository new issue"> {{template "repo/header" .}} <div class="ui container"> - <div class="navbar"> - {{template "repo/issue/navbar" .}} - </div> - <div class="ui divider"></div> {{if .Flash.WarningMsg}} {{/* There's already an importing of alert.tmpl in new_form.tmpl, |