kopia lustrzana https://github.com/c9/core
Merge pull request +14086 from c9/ide-remove-403-error-msg
Removes error logging messsage in case of 403pull/313/head
commit
638d3e6c84
|
@ -8,11 +8,13 @@
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<h1><%=title%></h1>
|
<h1><%=title%></h1>
|
||||||
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
|
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
|
||||||
|
<% if (statusCode != 403) { %>
|
||||||
<p style="margin-bottom:20px;width:540px">
|
<p style="margin-bottom:20px;width:540px">
|
||||||
This error has been logged. We will
|
This error has been logged. We will
|
||||||
investigate this further and will prevent this from happening in the
|
investigate this further and will prevent this from happening in the
|
||||||
future. If this error persists please don't hesitate to contact support.
|
future. If this error persists please don't hesitate to contact support.
|
||||||
</p>
|
</p>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% if (showStackTrace) { %>
|
<% if (showStackTrace) { %>
|
||||||
<div class="stacktrace">
|
<div class="stacktrace">
|
||||||
|
|
Ładowanie…
Reference in New Issue