git-annex/templates/error.hamlet

27 lines
634 B
Text
Raw Normal View History

2012-12-02 19:02:49 +00:00
<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
2013-01-15 20:32:00 +00:00
<li>
<a href="@{LogR}">
View logs
2012-12-02 19:02:49 +00:00
<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}