1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Removed duplicated templates files

This commit is contained in:
Nicolas Lœuillet 2016-09-30 09:38:08 +02:00
parent fb479be3a0
commit 2ff9991a1d
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
26 changed files with 18 additions and 494 deletions

View file

@ -531,7 +531,7 @@ class EntryController extends Controller
}
return $this->render(
'@WallabagCore/themes/share.html.twig',
'@WallabagCore/themes/common/Entry/share.html.twig',
['entry' => $entry]
);
}