better error handling for not found resource, gitolite error
This commit is contained in:
parent
9e6d0710e9
commit
7d279f9302
9 changed files with 73 additions and 7 deletions
11
app/views/layouts/error.html.haml
Normal file
11
app/views/layouts/error.html.haml
Normal file
|
@ -0,0 +1,11 @@
|
|||
!!! 5
|
||||
%html{ :lang => "en"}
|
||||
= render "layouts/head"
|
||||
%body.application
|
||||
= render "layouts/flash"
|
||||
= render "layouts/head_panel", :title => ""
|
||||
.container
|
||||
%nav.main_menu
|
||||
= render "layouts/const_menu_links"
|
||||
.content
|
||||
%h3= yield
|
Loading…
Add table
Add a link
Reference in a new issue