diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-22 13:45:10 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-22 13:45:14 +0100 |
commit | 30d81a47c689e1d7d963fcd3fd42af9958805e31 (patch) | |
tree | cf1e1ccb801842cf4acc51c353bb481ede37d364 /src/Wallabag/UserBundle/Resources | |
parent | 124f8091cbb1e5cccd7972fa368f8e7c434e0e5b (diff) | |
download | wallabag-30d81a47c689e1d7d963fcd3fd42af9958805e31.tar.gz wallabag-30d81a47c689e1d7d963fcd3fd42af9958805e31.tar.zst wallabag-30d81a47c689e1d7d963fcd3fd42af9958805e31.zip |
Move public assets for themes
So they can be installed using the `assets:install` command and there'll no longer symlink in the repo
They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
Diffstat (limited to 'src/Wallabag/UserBundle/Resources')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig index a69e68c2..9247a2c0 100644 --- a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -11,7 +11,7 @@ | |||
11 | <main class="valign-wrapper"> | 11 | <main class="valign-wrapper"> |
12 | <div class="valign row"> | 12 | <div class="valign row"> |
13 | <div class="card sw"> | 13 | <div class="card sw"> |
14 | <div class="center"><img src="{{ asset('themes/material/img/logo-other_themes.png') }}" alt="wallabag logo" /></div> | 14 | <div class="center"><img src="{{ asset('bundles/wallabagcore/themes/material/img/logo-other_themes.png') }}" alt="wallabag logo" /></div> |
15 | {% block fos_user_content %} | 15 | {% block fos_user_content %} |
16 | {% endblock fos_user_content %} | 16 | {% endblock fos_user_content %} |
17 | </div> | 17 | </div> |