File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7676 <table class="ui celled table">
7777 <thead>
7878 <tr>
79- <th class="center aligned" >{{.locale.Tr "units.unit"}}</th>
79+ <th>{{.locale.Tr "units.unit"}}</th>
8080 <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>
8282 <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>
8584 <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>
8886 </tr>
8987 </thead>
9088 <tbody>
Original file line number Diff line number Diff line change 1919 {{$.locale.Tr "settings.delete_token"}}
2020 </button>
2121 </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>
2323 <div class="content">
2424 <strong>{{.Name}}</strong>
2525 <div class="activity meta">
Original file line number Diff line number Diff line change 2121 {{$.locale.Tr "settings.delete_key"}}
2222 </button>
2323 </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>
2525 <div class="content">
2626 <strong>{{.Name}}</strong>
2727 <div class="activity meta">
You can’t perform that action at this time.
0 commit comments