Skip to content

Commit

Permalink
Merge pull request #4637 from U-Mebius/fix/admin_403_link
Browse files Browse the repository at this point in the history
管理画面IP制限ページのリンク先がlocalhostになる問題の修正
  • Loading branch information
Kiyotaka Oku authored Aug 14, 2020
2 parents 67b1a9f + 6a05991 commit 2c09ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/admin/error.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ file that was distributed with this source code.
<div class="text-center p-5 bg-white">
<h3><i class="fa fa-exclamation-triangle fa-lg ml-1"></i>{{ error_title }}</h3>
<p>{{ error_message }}</p>
<a href="{{ url('admin_homepage') }}" class="btn btn-info btn-lg">{{ 'admin.error.go_to_login'|trans }}</a>
<a href="{{ path('admin_homepage') }}" class="btn btn-info btn-lg">{{ 'admin.error.go_to_login'|trans }}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2c09ba7

Please sign in to comment.