diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-12-08 10:10:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 10:10:15 +0100 |
commit | 77a53ea7244a5483e57f657e8f53bf45f226c581 (patch) | |
tree | 6292f45e5d4afade97afeeb38646c35d9bddb68a /src/Wallabag | |
parent | 613a8ec3123de83013837bf97b59c3bd1af02548 (diff) | |
parent | a6beec1bd2b0f988fc2b032b84160b84b499cc9b (diff) | |
download | wallabag-77a53ea7244a5483e57f657e8f53bf45f226c581.tar.gz wallabag-77a53ea7244a5483e57f657e8f53bf45f226c581.tar.zst wallabag-77a53ea7244a5483e57f657e8f53bf45f226c581.zip |
Merge pull request #3463 from Simounet/feature/footer-improved
Footer improved
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index 2a14e5b0..cb6fd58a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -140,13 +140,13 @@ | |||
140 | <div class="footer-copyright"> | 140 | <div class="footer-copyright"> |
141 | <div class="container"> | 141 | <div class="container"> |
142 | <div class="row"> | 142 | <div class="row"> |
143 | <div class="col m12 l8 hide-on-small-only"> | 143 | <div class="col m12 l8"> |
144 | <p title="{{ display_stats() | raw | striptags }}"> | 144 | <p class="footer-text" title="{{ display_stats() | raw | striptags }}"> |
145 | {{ display_stats() }} | 145 | {{ display_stats() }} |
146 | </p> | 146 | </p> |
147 | </div> | 147 | </div> |
148 | <div class="col s12 l4"> | 148 | <div class="col s12 l4"> |
149 | <p> | 149 | <p class="footer-text"> |
150 | {{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a> – | 150 | {{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a> – |
151 | <a class="grey-text text-lighten-4" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans|lower }}</a> | 151 | <a class="grey-text text-lighten-4" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans|lower }}</a> |
152 | </p> | 152 | </p> |