Skip to content
Snippets Groups Projects
Verified Commit 793c8a6b authored by Tony Bonnin's avatar Tony Bonnin
Browse files

Change Error Template

parent 0c8e86c0
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
});
</script>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Alpine Configuration Framework"}), page_info) %>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="ACF Dispatch Error"}), page_info) %>
<p class="errordetail">Dispatch error occured</p>
<p class="hiddendetail">'<%= html.html_escape(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.</p>
<p class="hiddendetail showdetail"><code> <%= html.html_escape(view.controller) %> </code> does not have a <code> <%= html.html_escape(view.action) %> </code> action.</p>
<% htmlviewfunctions.displaysectionend(header_level) %>
......@@ -29,7 +29,7 @@
});
</script>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Alpine Configuration Framework"}), page_info) %>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="ACF Exception Error"}), page_info) %>
<p class="errordetail">Application error occured</p>
<p class="hiddendetail"><%= html.html_escape(view.message) %></p>
<p class="hiddendetail showdetail"><code><%= html.html_escape(view.message) %></code></p>
<% htmlviewfunctions.displaysectionend(header_level) %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment