File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 11<div class="repo-setting-content">
2- <h4 class="ui top attached header">
3- {{ctx.Locale.Tr "actions.general.settings"}}
4- </h4>
5- <div class="ui attached segment">
6- <form class="ui form" action="{{.Link}}" method="post">
7- {{.CsrfTokenHtml}}
8- <div id="actions_accessible_from_other_repositories_box" class="field">
9- <div class="ui checkbox">
10- <input id="actions_accessible_from_other_repositories" name="actions_accessible_from_other_repositories" type="checkbox" {{if .AccessibleFromOtherRepos}}checked{{end}}>
11- <label>{{ctx.Locale.Tr "actions.general.actions_accessible_from_other_repositories" .Owner.Name}}</label>
12- <p class="help">{{ctx.Locale.Tr "actions.general.actions_accessible_from_other_repositories_desc" .Owner.Name}}</p>
13- </div>
14- </div>
15- <div class="divider"></div>
16- <div class="field">
17- <button class="ui primary button">{{ctx.Locale.Tr "save"}}</button>
18- </div>
19- </form>
20- </div>
2+ <h4 class="ui top attached header">
3+ {{ctx.Locale.Tr "actions.general.settings"}}
4+ </h4>
5+ <div class="ui attached segment">
6+ <form class="ui form" action="{{.Link}}" method="post">
7+ {{.CsrfTokenHtml}}
8+ <div id="actions_accessible_from_other_repositories_box" class="field">
9+ <div class="ui checkbox">
10+ <input id="actions_accessible_from_other_repositories" name="actions_accessible_from_other_repositories" type="checkbox" {{if .AccessibleFromOtherRepos}}checked{{end}}>
11+ <label>{{ctx.Locale.Tr "actions.general.actions_accessible_from_other_repositories" .Owner.Name}}</label>
12+ <p class="help">{{ctx.Locale.Tr "actions.general.actions_accessible_from_other_repositories_desc" .Owner.Name}}</p>
13+ </div>
14+ </div>
15+ <div class="divider"></div>
16+ <div class="field">
17+ <button class="ui primary button">{{ctx.Locale.Tr "save"}}</button>
18+ </div>
19+ </form>
20+ </div>
2121</div>
You can’t perform that action at this time.
0 commit comments