diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-07-02 11:50:32 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-07-02 11:50:32 +0200 |
commit | baef8ea26c4de4e51c1c4ffa9d796a0264beb993 (patch) | |
tree | a391a0c96d44aaeee08ab0ea6b3762ff45ccf281 /src | |
parent | 9f8c43e222feb88f18597e42ab0512fda483d46d (diff) | |
download | wallabag-baef8ea26c4de4e51c1c4ffa9d796a0264beb993.tar.gz wallabag-baef8ea26c4de4e51c1c4ffa9d796a0264beb993.tar.zst wallabag-baef8ea26c4de4e51c1c4ffa9d796a0264beb993.zip |
Fix 3rd-Party Apps links (Chrome & Firefox)
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | 4 |
1 files changed, 2 insertions, 2 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 25ad23dd..707114f9 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -134,10 +134,10 @@ | |||
134 | <a target="_blank" class="grey-text text-lighten-3" href="https://itunes.apple.com/app/id828331015" title="iOS"> | 134 | <a target="_blank" class="grey-text text-lighten-3" href="https://itunes.apple.com/app/id828331015" title="iOS"> |
135 | <span class="icon-apple"></span> | 135 | <span class="icon-apple"></span> |
136 | </a> | 136 | </a> |
137 | <a target="_blank" class="grey-text text-lighten-3" href="https://addons.mozilla.org/firefox/addon/wallabag/" title="Firefox"> | 137 | <a target="_blank" class="grey-text text-lighten-3" href="https://addons.mozilla.org/fr/firefox/addon/wallabag-v2/" title="Firefox"> |
138 | <span class="icon-firefox"></span> | 138 | <span class="icon-firefox"></span> |
139 | </a> | 139 | </a> |
140 | <a target="_blank" class="grey-text text-lighten-3" href="https://chrome.google.com/webstore/detail/wallabagit/peehlcgckcnclnjlndmoddifcicdnabm" title="Chrome"> | 140 | <a target="_blank" class="grey-text text-lighten-3" href="https://chrome.google.com/webstore/detail/wallabagger/gbmgphmejlcoihgedabhgjdkcahacjlj" title="Chrome"> |
141 | <span class="icon-chrome"></span> | 141 | <span class="icon-chrome"></span> |
142 | </a> | 142 | </a> |
143 | </p> | 143 | </p> |