]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove heart icon from Donate buttons
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Nov 2019 11:32:33 +0000 (11:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Nov 2019 11:32:33 +0000 (11:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/auth/activated.html
src/templates/base.html
src/templates/blog/modules/post.html
src/templates/location/index.html

index 628ce06e85deef9f33a32400058571525c253dbf..ed6da2135eb2234b876bd638d5a20e956cfa931f 100644 (file)
@@ -12,7 +12,7 @@
                        </p>
 
                        <a class="btn btn-lg btn-block btn-primary mb-1" href="https://www.ipfire.org/donate?first_name={{ url_escape(account.first_name) }}&last_name={{ url_escape(account.last_name) }}">
-                               <span class="fas fa-heart"></span> {{ _("Donate Now") }}
+                               {{ _("Donate Now") }}
                        </a>
 
                        <a class="text-secondary small" href="/">
index 7fee67c16887bdacd5d59eda540ac18e7a33121a..18ce5599d0231e03f32af58e9ac3e2735490bba9 100644 (file)
@@ -77,7 +77,7 @@
                                                        </ul>
 
                                                        <a class="btn btn-primary mt-2 mt-lg-0 ml-lg-2" href="/donate">
-                                                               <span class="fas fa-heart"></span> {{ _("Donate") }}
+                                                               {{ _("Donate") }}
                                                        </a>
                                                </div>
                                        {% elif hostname == "blog.ipfire.org" %}
                                                        </form>
 
                                                        <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
-                                                               <span class="fas fa-heart"></span> {{ _("Donate") }}
+                                                               {{ _("Donate") }}
                                                        </a>
                                                </div>
                                        {% elif hostname == "fireinfo.ipfire.org" %}
                                                        </ul>
 
                                                        <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
-                                                               <span class="fas fa-heart"></span> {{ _("Donate") }}
+                                                               {{ _("Donate") }}
                                                        </a>
                                                </div>
                                        {% elif hostname == "nopaste.ipfire.org" %}
                                                        </form>
 
                                                        <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
-                                                               <span class="fas fa-heart"></span> {{ _("Donate") }}
+                                                               {{ _("Donate") }}
                                                        </a>
                                                </div>
                                        {% end %}
 
                                                                        <div class="col-12 col-lg-4 text-center mb-4">
                                                                                <a class="btn btn-primary btn-lg px-4 my-4" href="/donate">
-                                                                                       <span class="fas fa-heart"></span> {{ _("Donate") }}
+                                                                                       {{ _("Donate") }}
                                                                                </a>
 
                                                                                <div class="btn-toolbar justify-content-center">
index 6eb9c599555ebe3140efbb4471a3f0be7c554be1..75d09222249e1be28e2e8a5e48026aa6dfa435e4 100644 (file)
@@ -67,7 +67,7 @@
 
                {% if post.release or "donate" in post.tags %}
                        <a class="btn btn-outline-primary ml-2" href="https://www.ipfire.org/donate">
-                               <span class="fas fa-heart"></span> {{ _("Donate") }}
+                               {{ _("Donate") }}
                        </a>
                {% end %}
        </div>
index 763a1759939fb182f9bb3a6c33a4560952d5e699..55e35e10b31228a84b1b0275cab8359ec5ded60f 100644 (file)
@@ -66,7 +66,7 @@
                                        <div class="btn-toolbar mb-5">
                                                <a class="btn btn-secondary mr-2" href="/how-to-use">{{ _("How To Use") }}</a>
                                                <a class="btn btn-primary" href="https://www.ipfire.org/donate">
-                                                       <span class="fas fa-heart"></span>  {{ _("Donate") }}
+                                                       {{ _("Donate") }}
                                                </a>
                                        </div>
                                </div>