Mercurial > wikked
diff static/tpl/state-warning.html @ 60:8250c977bc50
Moved static files to the root directory.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Feb 2013 14:49:34 -0800 |
parents | wikked/static/tpl/state-warning.html@65c8a53a0e53 |
children | d0be251663b5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/tpl/state-warning.html Tue Feb 05 14:49:34 2013 -0800 @@ -0,0 +1,4 @@ +<div class="alert"> + <button type="button" class="close" data-dismiss="alert">×</button> + <span>This page is {{state}} in the repository. You can either <a href="{{url_edit}}">edit it</a> to commit the changes, or do it yourself through the command-line.</span> +</div>