Fix buttons in chromium & webkit (standards)

This commit is contained in:
Laura Hausmann 2019-11-12 10:05:58 +00:00
parent 1ae55c9a16
commit 1d49bd6ef3

View file

@ -40,7 +40,7 @@
} }
@if (System.IO.File.Exists(System.IO.Path.Combine(Program.Repo._pkgpath, p.Name, "buildlog.txt"))) @if (System.IO.File.Exists(System.IO.Path.Combine(Program.Repo._pkgpath, p.Name, "buildlog.txt")))
{ {
<td><a type="button" class="btn btn-sm btn-info" target="_blank" href="/Log?package=@p.Name">View Build log</a></td> <td><a role="button" class="btn btn-sm btn-info" target="_blank" href="/Log?package=@p.Name">View Build log</a></td>
} }
else else
{ {