|
61 | 61 | </div>
|
62 | 62 | <div class="inline field {{if .Err_Description}}error{{end}}">
|
63 | 63 | <label for="description">{{ctx.Locale.Tr "repo.repo_desc"}}</label>
|
64 |
| - <textarea id="description" name="description" placeholder="{{ctx.Locale.Tr "repo.repo_desc_helper"}}" maxlength="2048">{{.description}}</textarea> |
| 64 | + <textarea id="description" rows="2" name="description" placeholder="{{ctx.Locale.Tr "repo.repo_desc_helper"}}" maxlength="2048">{{.description}}</textarea> |
65 | 65 | </div>
|
66 | 66 | <div class="inline field">
|
67 | 67 | <label>{{ctx.Locale.Tr "repo.template"}}</label>
|
|
185 | 185 | <input id="default_branch" name="default_branch" value="{{.default_branch}}" placeholder="{{.default_branch}}">
|
186 | 186 | <span class="help">{{ctx.Locale.Tr "repo.default_branch_helper"}}</span>
|
187 | 187 | </div>
|
188 |
| - <div class="inline field"> |
189 |
| - <label>{{ctx.Locale.Tr "repo.settings.trust_model"}}</label> |
190 |
| - <div class="ui selection owner dropdown"> |
191 |
| - <input type="hidden" id="trust_model" name="trust_model" value="default" required> |
192 |
| - <div class="default text">{{ctx.Locale.Tr "repo.settings.trust_model"}}</div> |
193 |
| - {{svg "octicon-triangle-down" 14 "dropdown icon"}} |
194 |
| - <div class="menu"> |
195 |
| - <div class="item" data-value="default">{{ctx.Locale.Tr "repo.settings.trust_model.default"}}</div> |
196 |
| - <div class="item" data-value="collaborator">{{ctx.Locale.Tr "repo.settings.trust_model.collaborator"}}</div> |
197 |
| - <div class="item" data-value="committer">{{ctx.Locale.Tr "repo.settings.trust_model.committer"}}</div> |
198 |
| - <div class="item" data-value="collaboratorcommitter">{{ctx.Locale.Tr "repo.settings.trust_model.collaboratorcommitter"}}</div> |
199 |
| - </div> |
200 |
| - </div> |
201 |
| - <div class="help"> |
202 |
| - {{ctx.Locale.Tr "repo.trust_model_helper"}} |
203 |
| - <ul> |
204 |
| - <li>{{ctx.Locale.Tr "repo.trust_model_helper_collaborator"}}</li> |
205 |
| - <li>{{ctx.Locale.Tr "repo.trust_model_helper_committer"}}</li> |
206 |
| - <li>{{ctx.Locale.Tr "repo.trust_model_helper_collaborator_committer"}}</li> |
207 |
| - <li>{{ctx.Locale.Tr "repo.trust_model_helper_default"}}</li> |
208 |
| - </ul> |
209 |
| - </div> |
210 |
| - </div> |
211 | 188 | <div class="inline field">
|
212 | 189 | <label>{{ctx.Locale.Tr "repo.template"}}</label>
|
213 | 190 | <div class="ui checkbox">
|
|
216 | 193 | </div>
|
217 | 194 | </div>
|
218 | 195 | </div>
|
219 |
| - |
220 | 196 | <br>
|
221 | 197 | <div class="inline field">
|
222 | 198 | <label></label>
|
|
0 commit comments