Browse Source

fixed create repo page layout (#17012)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
tags/v1.16.0-rc1
Alexey 〒erentyev 2 years ago
parent
commit
7c84c94232
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/repo/create.tmpl

+ 1
- 1
templates/repo/create.tmpl View File

@@ -1,6 +1,6 @@
{{template "base/head" .}}
<div class="page-content repository new repo">
<div class="ui middle very relaxed page grid">
<div class="ui middle very relaxed page one column grid">
<div class="column">
<form class="ui form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}

Loading…
Cancel
Save