mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
55759bd22a
Relates to #372 and #126
12 lines
272 B
PHP
12 lines
272 B
PHP
<div ng-non-bindable>
|
|
|
|
<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> |