File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 77 <div class="ui attached segment">
88 {{template "base/alert" .}}
99 {{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}}
1610 <form class="ui form left-right-form new-repo-form" action="{{.Link}}" method="post">
1711 {{.CsrfTokenHtml}}
1812 <div class="inline required field {{if .Err_Owner}}error{{end}}">
212206 <br>
213207 <div class="inline field">
214208 <label></label>
215- <button class="ui primary button{{if not .CanCreateRepo}} disabled{{end}} ">
209+ <button class="ui primary button">
216210 {{ctx.Locale.Tr "repo.create_repo"}}
217211 </button>
218212 </div>
You can’t perform that action at this time.
0 commit comments