]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove flattr on about page 1564/head
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Fri, 15 Jan 2016 14:09:43 +0000 (15:09 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Fri, 15 Jan 2016 14:46:46 +0000 (15:46 +0100)
app/config/config.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig

index 19e7155dd40464d56afcc12b66e1395c8fa6476f..2326246911d61c3e51f238bba0151ed82b37afc5 100644 (file)
@@ -60,7 +60,6 @@ twig:
         twofactor_auth: %twofactor_auth%
         warning_message: %warning_message%
         paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
-        flattr_url: "https://flattr.com/thing/1265480"
     form_themes:
         - "LexikFormFilterBundle:Form:form_div_layout.html.twig"
 
index b981882708160541ca55ab0974f880fdee559fba..8b75594c982d67edc17e8e354b371cbd04be23e2 100644 (file)
@@ -93,7 +93,6 @@ or: "oder"
 "by contributing to the project:": "indem du zu dem Projekt beiträgst:"
 an issue lists all our needs: "ein Issue listet alle unsere Bedürfnisse:"
 via Paypal: "via PayPal"
-via Flattr: "via Flattr"
 
 # Howto
 Form: Formular
index 941237bf5777e08a43c285af1120968d77c1d2a5..20f4352b0aee68242269a95732137eaf3f1567b3 100644 (file)
@@ -94,7 +94,6 @@ or: "ou"
 "by contributing to the project:": "en contribuant au projet :"
 an issue lists all our needs: "un ticket recense tous nos besoins"
 via Paypal: "via Paypal"
-via Flattr: "via Flattr"
 
 # Howto
 Form: "Formulaire"
@@ -163,4 +162,4 @@ Support: "Support"
 If you need some help, we are here for you.: "Parce que vous avez peut-être besoin de nous poser une question, nous sommes disponibles pour vous."
 On GitHub: "Sur GitHub"
 By email: "Par email"
-On Gitter: "Sur Gitter"
\ No newline at end of file
+On Gitter: "Sur Gitter"
index 311b5067a21ad72d9839a07a09a3d86f4f8bcd4f..38f08da6b0da2bd9a902f01253290fe4c9bcf90f 100755 (executable)
@@ -41,7 +41,5 @@
         <dt>{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}</dt>
         <dd>by contributing to the project: <a href="https://github.com/wallabag/wallabag/issues/1254">an issue lists all our needs</a></dd>
         <dd><a href="{{ paypal_url }}">{% trans %}via Paypal{% endtrans %}</a></dd>
-
-        <dd><a href="{{ flattr_url }}">{% trans %}via Flattr{% endtrans %}</a></dd>
     </dl>
 {% endblock %}
index ef1fe916330fc5d4378c1bcac8e9bc90a72518b8..d6b8e28a29f8c6f93621772d9ba6bc1fade82cd4 100755 (executable)
@@ -46,8 +46,6 @@
                             <dt>{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}</dt>
                             <dd>{% trans %}by contributing to the project:{% endtrans %} <a href="https://github.com/wallabag/wallabag/issues/1254">{% trans %}an issue lists all our needs{% endtrans %}</a></dd>
                             <dd><a href="{{ paypal_url }}">{% trans %}via Paypal{% endtrans %}</a></dd>
-
-                            <dd><a href="{{ flattr_url }}">{% trans %}via Flattr{% endtrans %}</a></dd>
                         </dl>
                     </div>