{{ trans('errors.fatal_error') }}
-
- diff --git a/public/v1/css/firefly.css b/public/v1/css/firefly.css index 57aa710077..df92ae9e08 100644 --- a/public/v1/css/firefly.css +++ b/public/v1/css/firefly.css @@ -108,26 +108,6 @@ body.waiting * { padding: 0; } -.ff-error-page { - width: 1000px; - margin: 20px auto 0 auto; -} - -.ff-error-page > .error-content { - margin-left: 190px; - display: block; -} - -.ff-error-page > .error-content > h3 { - font-weight: 300; - font-size: 25px; -} - -.ff-error-box { - width: 460px; - margin: 7% auto; -} - /* cursors */ .rule-triggers { cursor: move; @@ -152,7 +132,7 @@ body.waiting * { } .loading { - background: url('/images/loading-small.gif') no-repeat center center; + background: url('/v1/images/loading-small.gif') no-repeat center center; min-height: 30px; } @@ -262,4 +242,4 @@ span.twitter-typeahead { text-decoration: none; outline: 0; background-color: #428bca; -} \ No newline at end of file +} diff --git a/resources/views/v1/auth/lost-two-factor.twig b/resources/views/v1/auth/lost-two-factor.twig index a5a8391f2c..4a9e293390 100644 --- a/resources/views/v1/auth/lost-two-factor.twig +++ b/resources/views/v1/auth/lost-two-factor.twig @@ -10,38 +10,37 @@ - {# favicons #} {% include('partials.favicons') %} -
-- {{ 'two_factor_lost_intro'|_ }} -
-+ {{ 'two_factor_lost_intro'|_ }} +
+- {{ trans('errors.404_page_does_not_exist') }} -
-- {{ trans('errors.404_send_error') }} -
-- {{ trans('errors.404_github_link')|raw }} -
-+ {{ trans('errors.404_page_does_not_exist') }} +
++ {{ trans('errors.404_send_error') }} +
++ {{ trans('errors.404_github_link')|raw }} +
{{ trans('errors.fatal_error') }}
-
- + {{ trans('errors.error_not_recoverable') }} +
++ {{ exception.getMessage |default('General unknown errror') }} + +
++ {{ trans('errors.collect_info')|raw }} + {{ trans('errors.collect_info_more')|raw }} +
++ {{ trans('errors.github_instructions')|raw }} +
++ {{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }} +
++ {{ trans('errors.be_right_back') }} +
+{{ trans('errors.check_back') }}
- {{ trans('errors.error_not_recoverable') }} -
-- {{ exception.getMessage |default('General unknown errror') }} -
-
- {{ trans('errors.more_info') }}
- {{ trans('errors.collect_info')|raw }}
- {{ trans('errors.collect_info_more')|raw }}
-
- {{ trans('errors.github_help') }}
- {{ trans('errors.github_instructions')|raw }}
-
+ {{ trans('errors.error_not_recoverable') }} +
++ {{ exception.getMessage |default('General unknown errror') }} +
++ {{ trans('errors.collect_info')|raw }} + {{ trans('errors.collect_info_more')|raw }} +
++ {{ trans('errors.github_instructions')|raw }} +
+{{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }}
-+ {{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }} +
+