File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 76
76
<table class="ui celled table">
77
77
<thead>
78
78
<tr>
79
- <th class="center aligned" >{{.locale.Tr "units.unit"}}</th>
79
+ <th>{{.locale.Tr "units.unit"}}</th>
80
80
<th class="center aligned">{{.locale.Tr "org.teams.none_access"}}
81
- <i class="circle help icon link tooltip" data-content="{{.locale.Tr "org.teams.none_access_helper"}}"></i> </th>
81
+ <span class="tooltip vm " data-content="{{.locale.Tr "org.teams.none_access_helper"}}">{{svg "octicon-question" 16 "ml-2"}} </th>
82
82
<th class="center aligned">{{.locale.Tr "org.teams.read_access"}}
83
- <i class="circle help icon link tooltip" data-content="{{.locale.Tr "org.teams.read_access_helper"}}"></i>
84
- </th>
83
+ <span class="tooltip vm" data-content="{{.locale.Tr "org.teams.read_access_helper"}}">{{svg "octicon-question" 16 "ml-2"}}</span></th>
85
84
<th class="center aligned">{{.locale.Tr "org.teams.write_access"}}
86
- <i class="circle help icon link tooltip" data-content="{{.locale.Tr "org.teams.write_access_helper"}}"></i>
87
- </th>
85
+ <span class="tooltip vm" data-content="{{.locale.Tr "org.teams.write_access_helper"}}">{{svg "octicon-question" 16 "ml-2"}}</span></th>
88
86
</tr>
89
87
</thead>
90
88
<tbody>
Original file line number Diff line number Diff line change 19
19
{{$.locale.Tr "settings.delete_token"}}
20
20
</button>
21
21
</div>
22
- <i class="big send icon tooltip{{if .HasRecentActivity}} green{{end}}" {{if .HasRecentActivity}}data-content="{{$.locale.Tr "settings.token_state_desc"}}"{{end}}></i>
22
+ <i class="icon tooltip{{if .HasRecentActivity}} green{{end}}" {{if .HasRecentActivity}}data-content="{{$.locale.Tr "settings.token_state_desc"}}"{{end}}>{{svg "fontawesome-send" 36}} </i>
23
23
<div class="content">
24
24
<strong>{{.Name}}</strong>
25
25
<div class="activity meta">
Original file line number Diff line number Diff line change 21
21
{{$.locale.Tr "settings.delete_key"}}
22
22
</button>
23
23
</div>
24
- <i class="big send icon tooltip{{if .HasRecentActivity}} green{{end}}" {{if .HasRecentActivity}}data-content="{{$.locale.Tr "settings.principal_state_desc"}}"{{end}}></i>
24
+ <i class="icon tooltip{{if .HasRecentActivity}} green{{end}}" {{if .HasRecentActivity}}data-content="{{$.locale.Tr "settings.principal_state_desc"}}"{{end}}>{{svg "octicon-key" 36}} </i>
25
25
<div class="content">
26
26
<strong>{{.Name}}</strong>
27
27
<div class="activity meta">
You can’t perform that action at this time.
0 commit comments