Skip to content

Commit

Permalink
fix: add main content id to the request list container
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubKopys committed Jul 11, 2022
1 parent 4c1df7f commit a05b4bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/requests_page.hbs
Expand Up @@ -4,7 +4,9 @@
<h1>{{t 'requests'}}</h1>
</header>

{{request_list}}
<div id="main-content">
{{request_list}}
</div>
{{else}}
<header class="my-activities-header">
<h1>{{t 'my_requests'}}</h1>
Expand Down

0 comments on commit a05b4bd

Please sign in to comment.