Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/subscriptions_page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div class="container">
<header class="my-activities-header">
<h1>{{t 'following'}}</h1>
<h1 id="subscriptions-h1">{{t 'following'}}</h1>
</header>

<div class="my-activities-following-header">
Expand All @@ -44,13 +44,13 @@

<div id="main-content" class="requests">
{{#if subscriptions}}
<table class="table my-activities-table subscriptions-table">
<table class="table my-activities-table subscriptions-table" aria-labelledby="subscriptions-h1">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo! Thanks for working this in, here. 🙌

<thead>
<tr>
<th>{{t 'title'}}</th>
<th>{{t 'type'}}</th>
<th>{{t 'subscription'}}</th>
<th></th>
<th scope="col"><span class="visibility-hidden">{{t 'actions'}}</span></th>
</tr>
</thead>
<tbody>
Expand Down
Loading