File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
77
78
78
<div class="ui small basic addall modal">
79
79
<div class="ui icon header">
80
- <i class=" globe icon"></i>
80
+ {{svg "octicon- globe"}}
81
81
{{.locale.Tr "org.teams.add_all_repos_title"}}
82
82
</div>
83
83
<div class="content">
Original file line number Diff line number Diff line change 58
58
59
59
<div class="ui small basic modal" id="edit-empty-content-modal">
60
60
<div class="ui icon header">
61
- <i class=" file icon"></i>
61
+ {{svg "octicon- file"}}
62
62
{{.locale.Tr "repo.editor.commit_empty_file_header"}}
63
63
</div>
64
64
<div class="center content">
65
65
<p>{{.locale.Tr "repo.editor.commit_empty_file_text"}}</p>
66
66
</div>
67
67
<div class="actions">
68
68
<button class="ui red basic cancel inverted button">
69
- <i class="remove icon"></i>
69
+ {{svg "octicon-x"}}
70
70
{{.locale.Tr "repo.editor.cancel"}}
71
71
</button>
72
72
<button class="ui green basic ok inverted button">
73
- <i class=" save icon"></i>
73
+ {{svg "fontawesome- save"}}
74
74
{{.locale.Tr "repo.editor.commit_changes"}}
75
75
</button>
76
76
</div>
Original file line number Diff line number Diff line change 38
38
39
39
<div class="ui small basic modal" id="edit-empty-content-modal">
40
40
<div class="ui icon header">
41
- <i class=" file icon"></i>
41
+ {{svg "octicon- file"}}
42
42
{{.locale.Tr "repo.editor.commit_empty_file_header"}}
43
43
</div>
44
44
<div class="center content">
Original file line number Diff line number Diff line change 6
6
{{.locale.Tr "twofa"}}
7
7
</h3>
8
8
<div class="ui attached segment">
9
- <i class="huge key icon"></i>
9
+ {{svg "octicon- key" 56}}
10
10
<h3>{{.locale.Tr "webauthn_insert_key"}}</h3>
11
11
{{template "base/alert" .}}
12
12
<p>{{.locale.Tr "webauthn_sign_in"}}</p>
You can’t perform that action at this time.
0 commit comments