File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7777
7878<div class="ui small basic addall modal">
7979 <div class="ui icon header">
80- <i class=" globe icon"></i>
80+ {{svg "octicon- globe"}}
8181 {{.locale.Tr "org.teams.add_all_repos_title"}}
8282 </div>
8383 <div class="content">
Original file line number Diff line number Diff line change 5858
5959 <div class="ui small basic modal" id="edit-empty-content-modal">
6060 <div class="ui icon header">
61- <i class=" file icon"></i>
61+ {{svg "octicon- file"}}
6262 {{.locale.Tr "repo.editor.commit_empty_file_header"}}
6363 </div>
6464 <div class="center content">
6565 <p>{{.locale.Tr "repo.editor.commit_empty_file_text"}}</p>
6666 </div>
6767 <div class="actions">
6868 <button class="ui red basic cancel inverted button">
69- <i class="remove icon"></i>
69+ {{svg "octicon-x"}}
7070 {{.locale.Tr "repo.editor.cancel"}}
7171 </button>
7272 <button class="ui green basic ok inverted button">
73- <i class=" save icon"></i>
73+ {{svg "fontawesome- save"}}
7474 {{.locale.Tr "repo.editor.commit_changes"}}
7575 </button>
7676 </div>
Original file line number Diff line number Diff line change 3838
3939 <div class="ui small basic modal" id="edit-empty-content-modal">
4040 <div class="ui icon header">
41- <i class=" file icon"></i>
41+ {{svg "octicon- file"}}
4242 {{.locale.Tr "repo.editor.commit_empty_file_header"}}
4343 </div>
4444 <div class="center content">
Original file line number Diff line number Diff line change 66 {{.locale.Tr "twofa"}}
77 </h3>
88 <div class="ui attached segment">
9- <i class="huge key icon"></i>
9+ {{svg "octicon- key" 56}}
1010 <h3>{{.locale.Tr "webauthn_insert_key"}}</h3>
1111 {{template "base/alert" .}}
1212 <p>{{.locale.Tr "webauthn_sign_in"}}</p>
You can’t perform that action at this time.
0 commit comments