Skip to content

Commit

Permalink
AO3-4283 make HTML and classes on the Marked for Later module consist…
Browse files Browse the repository at this point in the history
…ent (#4958)

AO3-4283 make HTML and classes on Marked for Later consistent
  • Loading branch information
slavalamp authored Nov 20, 2024
1 parent 61aee45 commit 5966072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</h3>
<div class="flash"></div>
<p class="note"><%= t(".readings.note") %></p>
<ul class="readings works index group">
<ol class="reading work index group">
<% @homepage.readings.each do |reading| %>
<%= render "readings/reading_blurb", work: reading.work, reading: reading %>
<% end %>
</ul>
</ol>
</div>
<% end %>
Expand Down

0 comments on commit 5966072

Please sign in to comment.