annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
65c8a53a0e53 Better warning for locally changed/new page files:
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
1 <div class="alert">
65c8a53a0e53 Better warning for locally changed/new page files:
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
2 <button type="button" class="close" data-dismiss="alert">&times;</button>
65c8a53a0e53 Better warning for locally changed/new page files:
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
3 <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>
0
c946f4facfa2 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 </div>