diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-02 21:23:19 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-02 21:23:19 +0100 |
commit | ba7b9d48d407f87690a3fdc199b37714d2a52897 (patch) | |
tree | a15611f10d09749e82011e0d51532af3de8cfabd /web | |
parent | fca3c757233940cbe4c431e3e05fe74893225fe0 (diff) | |
parent | 3e30422cdae3cc45f44c3039c2d38b99121dd9e9 (diff) | |
download | wallabag-ba7b9d48d407f87690a3fdc199b37714d2a52897.tar.gz wallabag-ba7b9d48d407f87690a3fdc199b37714d2a52897.tar.zst wallabag-ba7b9d48d407f87690a3fdc199b37714d2a52897.zip |
Merge pull request #1132 from wallabag/v2-theme
V2 theme
Diffstat (limited to 'web')
l--------- | web/themes/_global | 2 | ||||
l--------- | web/themes/baggy | 2 | ||||
l--------- | web/themes/dark | 1 | ||||
l--------- | web/themes/default | 1 | ||||
l--------- | web/themes/dmagenta | 1 | ||||
l--------- | web/themes/solarized | 1 | ||||
l--------- | web/themes/solarized-dark | 1 |
7 files changed, 2 insertions, 7 deletions
diff --git a/web/themes/_global b/web/themes/_global index 56b6a955..e22d7846 120000 --- a/web/themes/_global +++ b/web/themes/_global | |||
@@ -1 +1 @@ | |||
../../src/Wallabag/CoreBundle/Resources/views/_global/public \ No newline at end of file | ../../src/Wallabag/CoreBundle/Resources/views/themes/_global/public/ \ No newline at end of file | ||
diff --git a/web/themes/baggy b/web/themes/baggy index c36c831a..77cce5ed 120000 --- a/web/themes/baggy +++ b/web/themes/baggy | |||
@@ -1 +1 @@ | |||
../../src/Wallabag/CoreBundle/Resources/views/baggy/public \ No newline at end of file | ../../src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/ \ No newline at end of file | ||
diff --git a/web/themes/dark b/web/themes/dark deleted file mode 120000 index fa4ed880..00000000 --- a/web/themes/dark +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../../src/Wallabag/CoreBundle/Resources/views/dark/public \ No newline at end of file | ||
diff --git a/web/themes/default b/web/themes/default deleted file mode 120000 index ee26b90d..00000000 --- a/web/themes/default +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../../src/Wallabag/CoreBundle/Resources/views/default/public \ No newline at end of file | ||
diff --git a/web/themes/dmagenta b/web/themes/dmagenta deleted file mode 120000 index bcd8ef75..00000000 --- a/web/themes/dmagenta +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../../src/Wallabag/CoreBundle/Resources/views/dmagenta/public/ \ No newline at end of file | ||
diff --git a/web/themes/solarized b/web/themes/solarized deleted file mode 120000 index c44d5cef..00000000 --- a/web/themes/solarized +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../../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 deleted file mode 120000 index 0d548c41..00000000 --- a/web/themes/solarized-dark +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../../src/Wallabag/CoreBundle/Resources/views/solarized-dark/public \ No newline at end of file | ||