Replace main tag inside another main tag with div (#14896)
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
This commit is contained in:
parent
685a069d79
commit
3595890fd7
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<div class="crayons-layout__sidebar-left">
|
||||
<%= render "notifications/nav_menu" %>
|
||||
</div>
|
||||
<main class="crayons-layout__content" data-follow-button-container="true">
|
||||
<div class="crayons-layout__content" data-follow-button-container="true">
|
||||
<div id="articles-list">
|
||||
<%= render "notifications_list", params: params %>
|
||||
</div>
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
Load More
|
||||
</button>
|
||||
<% end %>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
<%= render "articles/fitvids" %>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue