]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Update tracker templates
authorpebosi <mail@pebosi.net>
Tue, 14 Jan 2014 22:14:08 +0000 (23:14 +0100)
committerpebosi <mail@pebosi.net>
Tue, 14 Jan 2014 22:14:08 +0000 (23:14 +0100)
templates/tracker-torrent-detail.html
templates/tracker-torrents.html

index 09f1c32a86a8b6253b1819d123cb29473dbf5f1a..47072f89f3351493d93dd08ab4a6efa006501dae 100644 (file)
        </div>
 
        <p class="pull-right">
-               <a class="btn" href="{{ file.magnet_link }}">
-                       <i class="icon-magnet"></i> {{ _("Magnet link") }}
+               <a class="btn btn-default" href="{{ file.magnet_link }}">
+                       <i class="glyphicon glyphicon-magnet"></i> {{ _("Magnet link") }}
                </a>
-               <a class="btn" href="http://tracker.ipfire.org/{{ file.torrent_hash }}/download">
-                       <i class="icon-download-alt"></i> {{ _("Torrent download") }}
+               <a class="btn btn-default" href="http://tracker.ipfire.org/{{ file.torrent_hash }}/download">
+                       <i class="glyphicon glyphicon-download-alt"></i> {{ _("Torrent download") }}
                </a>
        </p>
 
index e3291172f212f95741fdaa084f2f81d45881e294..e9d0613f11c7284c24587adf4116624222612c06 100644 (file)
                                                </td>
                                                <td>
                                                        <a href="{{ torrent.magnet_link }}">
-                                                               <i class="icon-magnet"></i>
+                                                               <i class="glyphicon glyphicon-magnet"></i>
                                                        </a>
                                                        <a href="http://tracker.ipfire.org/{{ torrent.torrent_hash }}/download">
-                                                               <i class="icon-download-alt"></i>
+                                                               <i class="glyphicon glyphicon-download-alt"></i>
                                                        </a>
                                                </td>
                                        </tr>