@ -16,13 +16,14 @@
<p>[% c.loc('Details have been logged on the server. If you want to report the error, describe what you were doing or attempting to do just before.') %]</p>
<p>[% c.loc('Details have been logged on the server. If you want to report the error, describe what you were doing or attempting to do just before.') %]</p>
</div> <!-- /error-details -->
</div> <!-- /error-details -->
[% IF ! framed -%]
<div class="error-actions">
<div class="error-actions">
<a href="[% c.uri_for('/back') %]" class="btn btn-large btn-primary ngcp-error-button">
<a href="[% c.uri_for('/back') %]" class="btn btn-large btn-primary ngcp-error-button">
<i class="icon-chevron-left"></i> [% c.loc('Back to Dashboard') %]</a>
<i class="icon-chevron-left"></i> [% c.loc('Back to Dashboard') %]</a>
<a href="mailto:[% c.config.contact.email %]?subject=NGCP-Panel Incident [% exception_incident %]" class="btn btn-large ngcp-error-button">
<a href="mailto:[% c.config.contact.email %]?subject=NGCP-Panel Incident [% exception_incident %]" class="btn btn-large ngcp-error-button">
<i class="icon-envelope"></i> [% c.loc('Contact Support') %]</a>
<i class="icon-envelope"></i> [% c.loc('Contact Support') %]</a>
</div> <!-- /error-actions -->
</div> <!-- /error-actions -->
[% END -%]
</div> <!-- /.error-container -->
</div> <!-- /.error-container -->