Removed duplicated templates files

This commit is contained in:
Nicolas Lœuillet
2016-09-30 09:38:08 +02:00
parent fb479be3a0
commit 2ff9991a1d
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]
);
}