Add .torrent file links!
Cette révision appartient à :
Parent
aad9e28938
révision
6950dfc797
4 fichiers modifiés avec 12 ajouts et 7 suppressions
|
@ -64,7 +64,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-btn {
|
.download-btn {
|
||||||
font-size: 20px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-borderless > tbody > tr > td,
|
.table-borderless > tbody > tr > td,
|
||||||
|
|
|
@ -63,7 +63,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-btn {
|
.download-btn {
|
||||||
font-size: 20px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-borderless > tbody > tr > td,
|
.table-borderless > tbody > tr > td,
|
||||||
|
|
|
@ -39,9 +39,9 @@
|
||||||
<a href="{{.Magnet}}" title="Magnet link">
|
<a href="{{.Magnet}}" title="Magnet link">
|
||||||
<span class="glyphicon glyphicon-magnet" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-magnet" aria-hidden="true"></span>
|
||||||
</a>
|
</a>
|
||||||
<!-- <a href="https://itorrents.org/torrent/{{.Hash}}.torrent" title="Torrent file">
|
<a href="http://anicache.com/torrent/{{.Hash}}.torrent" title="Torrent file">
|
||||||
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span>
|
||||||
</a> -->
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
@ -28,9 +28,14 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Links</td>
|
<td>Links</td>
|
||||||
<td><a aria-label="Magnet Button" href="{{.Magnet}}" type="button" class="btn btn-success download-btn"><span class="glyphicon glyphicon-magnet" aria-hidden="true"></span> Download!</button>
|
<td>
|
||||||
<!-- <a
|
<a aria-label="Magnet Button" href="{{.Magnet}}" type="button" class="btn btn-success download-btn">
|
||||||
href="https://itorrents.org/torrent/{{.Hash}}.torrent" title="Torrent file"><span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span></a>-->
|
<span class="glyphicon glyphicon-magnet" aria-hidden="true"></span> Download!</button>
|
||||||
|
</a>
|
||||||
|
<a style="padding-left: 0.5em"></a>
|
||||||
|
<a aria-label="Torrent file" href="http://anicache.com/torrent/{{.Hash}}.torrent" type="button" class="btn btn-success">
|
||||||
|
<span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span> Torrent file
|
||||||
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Référencer dans un nouveau ticket