Merge branch 'master' of code.areya.de:Areya/kreuzberg-theme
commit
76cdc48d63
|
@ -4,7 +4,7 @@
|
||||||
@stop
|
@stop
|
||||||
@section('content')
|
@section('content')
|
||||||
<link rel="stylesheet" href="{{ asset('template/css/pages/news.css') }}">
|
<link rel="stylesheet" href="{{ asset('template/css/pages/news.css') }}">
|
||||||
<span id="database" data-new-id="{{$content->id}}" data-new-url="{{route_content($content)}}" data-new-title="{{$content->title}}" data-new-date="{{date('Y-m-d h:i:s', strtotime($content->created_at))}}" data-author-url="{{route('user.show', [$content->user->slug])}}" data-author-name="{{$content->user->name}}" data-author-image="{{$content->user->gravatar()}}"></span>
|
<span id="database" data-new-id="{{$content->id}}" data-new-url="{{route_content($content)}}" data-new-title="{{$content->title}}" data-new-date="{{date('Y-m-d h:i:s', strtotime($content->created_at))}}" data-author-url="{{route('users.show', [$content->user->slug])}}" data-author-name="{{$content->user->name}}" data-author-image="{{$content->user->gravatar()}}"></span>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Modal -->
|
<!-- Modal -->
|
||||||
@isset($form)
|
@isset($form)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
@stop
|
@stop
|
||||||
@section('content')
|
@section('content')
|
||||||
<link rel="stylesheet" href="{{ asset('template/css/pages/news.css') }}">
|
<link rel="stylesheet" href="{{ asset('template/css/pages/news.css') }}">
|
||||||
<span id="database" data-new-id="{{$content->id}}" data-new-url="{{route_content($content)}}" data-new-title="{{$content->title}}" data-new-date="{{date('Y-m-d h:i:s', strtotime($content->created_at))}}" data-author-url="{{route('author.get', [$content->user->slug])}}" data-author-name="{{$content->user->name}}" data-author-image="{{$content->user->gravatar()}}"></span>
|
<span id="database" data-new-id="{{$content->id}}" data-new-url="{{route_content($content)}}" data-new-title="{{$content->title}}" data-new-date="{{date('Y-m-d h:i:s', strtotime($content->created_at))}}" data-author-url="{{route('users.show', [$content->user->slug])}}" data-author-name="{{$content->user->name}}" data-author-image="{{$content->user->gravatar()}}"></span>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Modal -->
|
<!-- Modal -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue