Skip to content

Commit

Permalink
Restore balanced round ends on history
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Jun 23, 2021
1 parent 601ee42 commit c63b092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Moo/play/templates/recently-played.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if history -%}
<div style="margin: 0px 32px;">
<div style="margin: 0 32px; padding-bottom: 16px;">

<div id="recent" style="display: inline-block">
<div id="recent">
{%- for album in history | reverse -%}
<a href="/album{{ album | urlencode }}"
><img
Expand Down

0 comments on commit c63b092

Please sign in to comment.