Actually fixed indentation using spaces
This commit is contained in:
parent
a6286f61b7
commit
14ade1b9f0
1 changed files with 2 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue