]> git.ipfire.org Git - ipfire.org.git/commitdiff
download: Add icons to the download dropdown
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:20:25 +0000 (18:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:20:25 +0000 (18:20 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/downloads/release.html

index b3ca25e08c04115e60fc05b7dd89f02788d0ca6b..c2e73bfcf38a9356b0ae08ee3012a5b0d0ff2df2 100644 (file)
                                                                                                <div class="dropdown-menu" id="dropdown-menu" role="menu">
                                                                                                        <div class="dropdown-content">
                                                                                                                <a class="dropdown-item download-splash" href="{{ file.url }}">
+                                                                                                                       <span class="icon">
+                                                                                                                               <i class="fa-solid fa-download"></i>
+                                                                                                                       </span>
+
                                                                                                                        {{ _("Direct Download") }}
                                                                                                                </a>
 
                                                                                                                {% if torrent %}
                                                                                                                        <a class="dropdown-item download-splash" href="{{ torrent.url }}">
+                                                                                                                               <span class="icon">
+                                                                                                                                       <i class="fa-solid fa-share-nodes"></i>
+                                                                                                                               </span>
+
                                                                                                                                {{ _("Torrent Download") }}
                                                                                                                        </a>
                                                                                                                {% end %}