We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e38f2f + 10c5f61 commit 53d60f3Copy full SHA for 53d60f3
templates/subscriptions_page.hbs
@@ -21,7 +21,7 @@
21
22
<div class="container">
23
<header class="my-activities-header">
24
- <h1>{{t 'following'}}</h1>
+ <h1 id="subscriptions-h1">{{t 'following'}}</h1>
25
</header>
26
27
<div class="my-activities-following-header">
@@ -44,13 +44,13 @@
44
45
<div id="main-content" class="requests">
46
{{#if subscriptions}}
47
- <table class="table my-activities-table subscriptions-table">
+ <table class="table my-activities-table subscriptions-table" aria-labelledby="subscriptions-h1">
48
<thead>
49
<tr>
50
<th>{{t 'title'}}</th>
51
<th>{{t 'type'}}</th>
52
<th>{{t 'subscription'}}</th>
53
- <th></th>
+ <th scope="col"><span class="visibility-hidden">{{t 'actions'}}</span></th>
54
</tr>
55
</thead>
56
<tbody>
0 commit comments