fix style

This commit is contained in:
Laura Hausmann 2020-12-21 21:28:07 +01:00
parent 56c9893e95
commit ae5557998d
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -38,6 +38,9 @@ else {
@if (System.IO.File.Exists(lrcpath)) {
<a class="action" href="?@Model.Path/@lrcfile" target="_blank">[LRC]</a>
}
else {
<a class="action" href="#">[---]</a>
}
<a href="#" onclick="playSong('@Html.Raw(jsfile)')"> @file</a>
<br/>
}