We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b85f7 commit 8172210Copy full SHA for 8172210
templates/repo/create.tmpl
@@ -7,12 +7,6 @@
7
<div class="ui attached segment">
8
{{template "base/alert" .}}
9
{{template "repo/create_helper" .}}
10
-
11
- {{if not .CanCreateRepo}}
12
- <div class="ui negative message">
13
- <p>{{ctx.Locale.TrN .MaxCreationLimit "repo.form.reach_limit_of_creation_1" "repo.form.reach_limit_of_creation_n" .MaxCreationLimit}}</p>
14
- </div>
15
- {{end}}
16
<form class="ui form left-right-form new-repo-form" action="{{.Link}}" method="post">
17
{{.CsrfTokenHtml}}
18
<div class="inline required field {{if .Err_Owner}}error{{end}}">
@@ -212,7 +206,7 @@
212
206
<br>
213
207
<div class="inline field">
214
208
<label></label>
215
- <button class="ui primary button{{if not .CanCreateRepo}} disabled{{end}}">
209
+ <button class="ui primary button">
216
210
{{ctx.Locale.Tr "repo.create_repo"}}
217
211
</button>
218
</div>
0 commit comments