diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-07-02 12:33:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-02 12:33:33 +0200 |
commit | 51cbc2ebfe28435c62c2ce43eeb32bb6668a3833 (patch) | |
tree | 5e9e535afa26aa79885ab97240fc8b8fc4703f9c /src | |
parent | 9f8c43e222feb88f18597e42ab0512fda483d46d (diff) | |
parent | 8d4152f70d4298e0aabb62e6b35ee7301f707e70 (diff) | |
download | wallabag-51cbc2ebfe28435c62c2ce43eeb32bb6668a3833.tar.gz wallabag-51cbc2ebfe28435c62c2ce43eeb32bb6668a3833.tar.zst wallabag-51cbc2ebfe28435c62c2ce43eeb32bb6668a3833.zip |
Merge pull request #2185 from wallabag/fix-3rd-party-links
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..33d9e08f 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/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> |