aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-01-18 13:20:38 +0100
committerGitHub <noreply@github.com>2019-01-18 13:20:38 +0100
commitb992522d857686f445e1d4c330d22820db0c0c61 (patch)
tree606e60ef80e1776b14d48869dd1327396a4d9557 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
parent6b32cf0c73d62eb567a904179b93c3dc6f4f2a41 (diff)
parent293730656d696dab8cdbc8447a0e970a58ff77d2 (diff)
downloadwallabag-b992522d857686f445e1d4c330d22820db0c0c61.tar.gz
wallabag-b992522d857686f445e1d4c330d22820db0c0c61.tar.zst
wallabag-b992522d857686f445e1d4c330d22820db0c0c61.zip
Merge pull request #3861 from wallabag/fix/siteconfig-email
Add dedicated email for site config issue
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index c6c19de6..15b4d82f 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -209,7 +209,7 @@
209 </li> 209 </li>
210 210
211 <li class="bold"> 211 <li class="bold">
212 <a class="waves-effect collapsible-header" href="mailto:hello@wallabag.org?subject=Wrong%20display%20in%20wallabag&amp;body={{ entry.url|url_encode }}" title="{{ 'entry.view.left_menu.problem.description'|trans }}"> 212 <a class="waves-effect collapsible-header" href="mailto:siteconfig@wallabag.org?subject=Wrong%20display%20in%20wallabag&amp;body={{ entry.url|url_encode }}" title="{{ 'entry.view.left_menu.problem.description'|trans }}">
213 <i class="material-icons small">error</i> 213 <i class="material-icons small">error</i>
214 <span>{{ 'entry.view.left_menu.problem.label'|trans }}</span> 214 <span>{{ 'entry.view.left_menu.problem.label'|trans }}</span>
215 </a> 215 </a>