-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-28338: As an Editor, I want to view specific error page when reaching an http error in Admin #183
Conversation
sunpietro
commented
Dec 15, 2017
Question | Answer |
---|---|
Tickets | https://jira.ez.no/browse/EZP-28338 |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Tests pass? | yes/no |
Doc needed? | yes/no |
License | GPL-2.0 |
2ff59d1
to
7fa84d1
Compare
<div class="error-page__image-wrapper"> | ||
<img src="{{ asset('bundles/ezplatformadminui/img/errors/403.png') }}" /> | ||
</div> | ||
<h2 class="error-page__title">You don’t have permission for this page. Sorry!</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
translations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA tests ok.
@mikadamczyk will help to generate translations and run cs-fixera here |
c416e7b
to
36eaefd
Compare
36eaefd
to
84f861c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA tests ok again.
…hing an http error in Admin
…hing an http error in Admin
47610ca
to
1091f7a
Compare
1091f7a
to
e1a3f4a
Compare