Skip to content

Commit 8fcf1b6

Browse files
committed
lint
1 parent 73b00ea commit 8fcf1b6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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>

0 commit comments

Comments
 (0)