File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 114114 </div>
115115 </div>
116116
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"}}" >
118118 <span class="text">
119119 <span class="fitted">{{svg "octicon-bell"}}</span>
120120 <span class="ui red label {{if not $notificationUnreadCount}}hidden{{end}} notification_count">
Original file line number Diff line number Diff line change 1919 document.getElementById('repo-clone-url').value = btn ? btn.getAttribute('data-link') : '';
2020 })();
2121</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"}}" >
2323 {{svg "octicon-paste"}}
2424</button>
You can’t perform that action at this time.
0 commit comments