Skip to content

Commit c014570

Browse files
committed
Convert leading spaces to tabs
1 parent 5b98d0a commit c014570

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

templates/org/home.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<div class="ui eleven wide column">
99
{{if .CanCreateOrgRepo}}
1010
<div class="text right">
11-
{{if not .DisabledMirrors}}
12-
<a class="ui green button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{.i18n.Tr "new_migrate"}}</a>
13-
{{end}}
11+
{{if not .DisabledMirrors}}
12+
<a class="ui green button" href="{{AppSubUrl}}/repo/migrate?org={{.Org.ID}}&mirror=1">{{.i18n.Tr "new_migrate"}}</a>
13+
{{end}}
1414
<a class="ui green button" href="{{AppSubUrl}}/repo/create?org={{.Org.ID}}">{{.i18n.Tr "new_repo"}}</a>
1515
</div>
1616
<div class="ui divider"></div>

templates/org/visibility_label.tmpl

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{{with .org}}
2-
{{if not .Visibility.IsPublic}}
3-
<div class="ui {{if $.size}}{{$.size}} {{end}}basic horizontal label">
4-
{{if .Visibility.IsLimited}}
5-
{{$.root.i18n.Tr "org.settings.visibility.limited_shortname"}}
6-
{{else if .Visibility.IsPrivate}}
7-
{{$.root.i18n.Tr "org.settings.visibility.private_shortname"}}
8-
{{end}}
9-
</div>
10-
{{end}}
11-
{{end}}
2+
{{if not .Visibility.IsPublic}}
3+
<div class="ui {{if $.size}}{{$.size}} {{end}}basic horizontal label">
4+
{{if .Visibility.IsLimited}}
5+
{{$.root.i18n.Tr "org.settings.visibility.limited_shortname"}}
6+
{{else if .Visibility.IsPrivate}}
7+
{{$.root.i18n.Tr "org.settings.visibility.private_shortname"}}
8+
{{end}}
9+
</div>
10+
{{end}}
11+
{{end}}

0 commit comments

Comments
 (0)