Files
pathfinder/public/templates/admin/notification.html
Mark Friedrich 5b9f939137 - added persistent map size for non "Chrome" browsers, fixed #585
- added notification to /admin/maps page if there are no maps found
2018-03-30 12:47:55 +02:00

10 lines
345 B
HTML

<check if="{{ @notification->title }}">
<div class="container-fluid no-padding text-left">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<include href="templates/modules/notification.html" with="notification={{@notification}}" />
</div>
</div>
</div>
</check>