diff options
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> |