This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
<div class="col-center @(main.Seeders > 40 ? "highlight-green" : "")">@main.Seeders</div>
|
<div class="col-center @(main.Seeders > 40 ? "highlight-green" : "")">@main.Seeders</div>
|
||||||
<div class="col-center highlight-red">@main.Leechers</div>
|
<div class="col-center highlight-red">@main.Leechers</div>
|
||||||
<div class="col-action">
|
<div class="col-action">
|
||||||
<form asp-controller="Torrent" asp-action="Add" method="post" onsubmit="return confirmDownload('@main.Title')">
|
<form asp-controller="RSS" asp-action="Add" method="post" onsubmit="return confirmDownload('@main.Title')">
|
||||||
<input type="hidden" name="torrentUrl" value="@main.TorrentUrl" />
|
<input type="hidden" name="torrentUrl" value="@main.TorrentUrl" />
|
||||||
<button type="submit" class="btn-add btn-small">➕ Ladda ner</button>
|
<button type="submit" class="btn-add btn-small">➕ Ladda ner</button>
|
||||||
</form>
|
</form>
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
<div class="@(version.Seeders > 40 ? "highlight-green" : "")">@version.Seeders</div>
|
<div class="@(version.Seeders > 40 ? "highlight-green" : "")">@version.Seeders</div>
|
||||||
<div class="highlight-red">@version.Leechers</div>
|
<div class="highlight-red">@version.Leechers</div>
|
||||||
<div class="col-action">
|
<div class="col-action">
|
||||||
<form asp-controller="Torrent" asp-action="Add" method="post" onsubmit="return confirmDownload('@version.Title')">
|
<form asp-controller="RSS" asp-action="Add" method="post" onsubmit="return confirmDownload('@version.Title')">
|
||||||
<input type="hidden" name="torrentUrl" value="@version.TorrentUrl" />
|
<input type="hidden" name="torrentUrl" value="@version.TorrentUrl" />
|
||||||
<button type="submit" class="btn-add btn-small">➕</button>
|
<button type="submit" class="btn-add btn-small">➕</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user