diff static/tpl/state-warning.html @ 110:827e236aa7c6

Various front-end fixes: - Handle absolute URLs correctly. - Show the state warning only after the page has rendered.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 14 Nov 2013 15:21:48 -0800
parents b03f083c3a29
children
line wrap: on
line diff
--- a/static/tpl/state-warning.html	Tue Nov 12 13:54:29 2013 -0800
+++ b/static/tpl/state-warning.html	Thu Nov 14 15:21:48 2013 -0800
@@ -1,4 +1,4 @@
-<div class="ribbon">
+<div class="ribbon state-warning">
     <div class="ribbon-inner">
         <span><a href="{{url_edit}}" rel="tooltip" title="This page is {{state}} in the repository. You can edit it now to commit." data-toggle="tooltip" data-placement="bottom">modified <i class="icon-info-sign icon-white"></i></a></span>
     </div>