server/src/resources/views/bo/docDetailClient.blade.php
author nowmad@23.1.168.192.in-addr.arpa
Fri, 18 Dec 2015 15:19:19 +0100
changeset 74 2bd46d0b2c80
parent 20 a9b98b16b053
child 28 b0b56e0f8c7f
permissions -rw-r--r--
Propagate the current query param to the new route (necessary when the route change comes from outside the app)

@extends('app')

@section('title', 'Document detail')

@section('css-assets')

	<link href="{{ asset('/css/vendor/bo-client-vendor.css') }}" rel="stylesheet">
	<link href="{{ asset('/css/vendor/bo-client.css') }}" rel="stylesheet">
@endsection

@section('js-assets')
	@parent

	<script src="{{ asset('/js/vendor/bo-client-vendor.js') }}"></script>
	<script src="{{ asset('/js/vendor/bo-client.js') }}"></script>
@endsection

@section('content')
<div class="container" id="ember-container">
</div>
@endsection