]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/page-display.blade.php
Update Italian translation
[bookstack] / resources / views / pages / page-display.blade.php
index 8d3625db89a490dd062f2c07495957ba28603a47..2f70c747d490d37f25883b61d187c52c98eac0fc 100644 (file)
@@ -1,3 +1,12 @@
-<h1 id="bkmrk-page-title">{{$page->name}}</h1>
+<div ng-non-bindable>
 
-{!! $page->html !!}
\ No newline at end of file
+    <h1 id="bkmrk-page-title">{{$page->name}}</h1>
+
+    <div style="clear:left;"></div>
+
+    @if (isset($diff) && $diff)
+        {!! $diff !!}
+    @else
+        {!! isset($page->renderedHTML) ? $page->renderedHTML : $page->html !!}
+    @endif
+</div>
\ No newline at end of file