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
1 changed files with 3 additions and 0 deletions

View File

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