From 19f2f11ee810cfd580cc23dabfafa658b5c4e99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 28 Jan 2015 13:58:12 +0100 Subject: fix themes symlinks --- web/themes/_global | 2 +- web/themes/baggy | 2 +- web/themes/dark | 2 +- web/themes/default | 2 +- web/themes/dmagenta | 2 +- web/themes/solarized | 2 +- web/themes/solarized-dark | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'web') diff --git a/web/themes/_global b/web/themes/_global index 2292e6c8..56b6a955 120000 --- a/web/themes/_global +++ b/web/themes/_global @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/_global/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/_global/public \ No newline at end of file diff --git a/web/themes/baggy b/web/themes/baggy index c5ee4ca5..c36c831a 120000 --- a/web/themes/baggy +++ b/web/themes/baggy @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/baggy/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/baggy/public \ No newline at end of file diff --git a/web/themes/dark b/web/themes/dark index 714fa786..fa4ed880 120000 --- a/web/themes/dark +++ b/web/themes/dark @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/dark/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/dark/public \ No newline at end of file diff --git a/web/themes/default b/web/themes/default index 233e51eb..ee26b90d 120000 --- a/web/themes/default +++ b/web/themes/default @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/default/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/default/public \ No newline at end of file diff --git a/web/themes/dmagenta b/web/themes/dmagenta index d1ac2b11..bcd8ef75 120000 --- a/web/themes/dmagenta +++ b/web/themes/dmagenta @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/dmagenta/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/dmagenta/public/ \ No newline at end of file diff --git a/web/themes/solarized b/web/themes/solarized index 4f53143d..c44d5cef 120000 --- a/web/themes/solarized +++ b/web/themes/solarized @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/solarized/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/solarized/public \ No newline at end of file diff --git a/web/themes/solarized-dark b/web/themes/solarized-dark index 64d5be73..0d548c41 120000 --- a/web/themes/solarized-dark +++ b/web/themes/solarized-dark @@ -1 +1 @@ -../../src/Wallabag/Wallabag/Resources/views/solarized-dark/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/solarized-dark/public \ No newline at end of file -- cgit v1.2.3