File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 114
114
</div>
115
115
</div>
116
116
117
- <a href="{{AppSubUrl}}/notifications" class="item tooltip not-mobile" data-content=' {{.locale.Tr "notifications"}}' >
117
+ <a href="{{AppSubUrl}}/notifications" class="item tooltip not-mobile" data-content=" {{.locale.Tr "notifications"}}" aria-label="{{.locale.Tr "notifications"}}" >
118
118
<span class="text">
119
119
<span class="fitted">{{svg "octicon-bell"}}</span>
120
120
<span class="ui red label {{if not $notificationUnreadCount}}hidden{{end}} notification_count">
Original file line number Diff line number Diff line change 19
19
document.getElementById('repo-clone-url').value = btn ? btn.getAttribute('data-link') : '';
20
20
})();
21
21
</script>
22
- <button class="ui basic icon button tooltip" id="clipboard-btn" data-content="{{.locale.Tr "copy_url"}}" data-clipboard-target="#repo-clone-url">
22
+ <button class="ui basic icon button tooltip" id="clipboard-btn" data-content="{{.locale.Tr "copy_url"}}" data-clipboard-target="#repo-clone-url" aria-label="{{.locale.Tr "copy_url"}}" >
23
23
{{svg "octicon-paste"}}
24
24
</button>
You can’t perform that action at this time.
0 commit comments