Mercurial > wikked
diff static/tpl/state-warning.html @ 73:d0be251663b5
Simpler message for the file state warning.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 27 Feb 2013 22:02:01 -0800 |
parents | 8250c977bc50 |
children | b03f083c3a29 |
line wrap: on
line diff
--- a/static/tpl/state-warning.html Wed Feb 27 21:50:26 2013 -0800 +++ b/static/tpl/state-warning.html Wed Feb 27 22:02:01 2013 -0800 @@ -1,4 +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> + <span>This page is {{state}} in the repository. You can <a href="{{url_edit}}">edit it</a> now to commit.</span> </div>