]> git.ipfire.org Git - ipfire.org.git/commitdiff
Add icons where placeholders have been
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Oct 2018 13:04:49 +0000 (14:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Oct 2018 13:04:49 +0000 (14:04 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/modules/post.html
src/templates/people/modules/channels.html

index 7f16e15380ad0d32d28e59bc060627bc6f6159e4..62f4e4142b8950be308152d37eaa1cdfaec68aad 100644 (file)
        <div class="btn-toolbar justify-content-center">
                {% if "lightningwirelabs.com" in post.tags and post.link %}
                        <a class="btn btn-lwl" href="{{ post.link }}">
-                               Go to Lightning Wire Labs <!-- XXX icon -->
+                               Go to Lightning Wire Labs <span class="fas fa-external-link-alt"></span>
                        </a>
                {% end %}
 
                {% if post.release %}
                        <a class="btn btn-primary" href="https://www.ipfire.org/download/{{ post.release.slug }}">
-                               {{ _("Download %s now") % post.release }} <!-- XXX icon -->
+                               {{ _("Download %s now") % post.release }}
                        </a>
                {% end %}
 
index c6e0b3c9eb0403722896114e5e0e3df4904ed61f..bd04aeb70927e93fa4a49f043c5a1153757d02b5 100644 (file)
@@ -46,7 +46,7 @@
                
                                                                <span class="text-muted small">
                                                                        {% if chan.is_secure() %}
-                                                                               <!-- XXX icon lock with title: {{ chan.secure }} -->
+                                                                               <span class="fas fa-lock" title="{{ chan.secure }}"></span>
                                                                        {% end %}
 
                                                                        {{ chan.codec }}