webapp: Prettify error display.
This commit is contained in:
parent
3b8f56f435
commit
c941523b63
4 changed files with 45 additions and 1 deletions
23
templates/error.hamlet
Normal file
23
templates/error.hamlet
Normal file
|
@ -0,0 +1,23 @@
|
|||
<div .navbar .navbar-fixed-top>
|
||||
<div .navbar-inner>
|
||||
<div .container>
|
||||
<a .brand>
|
||||
git-annex
|
||||
<ul .nav>
|
||||
<li .active>
|
||||
<a href="">
|
||||
Error
|
||||
<li>
|
||||
<a href="" onclick="history.back(-1);return false">
|
||||
Go Back
|
||||
<li>
|
||||
<a href="http://git-annex.branchable.com/bugs/">
|
||||
File a Bug
|
||||
<div .container-fluid>
|
||||
<div .row-fluid>
|
||||
<div .span3>
|
||||
<div .span6>
|
||||
<div .alert .alert-error .alert-block>
|
||||
^{content}
|
||||
<hr>
|
||||
git-annex version #{packageversion}
|
Loading…
Add table
Add a link
Reference in a new issue