view 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 source

<div class="alert">
    <button type="button" class="close" data-dismiss="alert">&times;</button>
    <span>This page is {{state}} in the repository. You can <a href="{{url_edit}}">edit it</a> now to commit.</span>
</div>