Actually fixed indentation using spaces

This commit is contained in:
DCCXX 2022-11-21 14:52:00 +01:00 committed by GitHub
parent a6286f61b7
commit 14ade1b9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,10 +65,10 @@
<% end %>
</div>
<div class="pure-u-1 pure-md-1-3">
<% if channel.auto_generated %>
<% if channel.auto_generated %>
<b><%= translate(locale, "View as Playlist") %></b>
<% else %>
<a href="/playlist?list=<%= ucid %>"><%= translate(locale, "View as Playlist") %></a>
<a href="/playlist?list=<%= ucid %>"><%= translate(locale, "View as Playlist") %></a>
<% end %>
</div>
<% if !channel.auto_generated %>