mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Add picture
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('layouts.public.main')
|
||||
|
||||
@section('content')
|
||||
<div class="page-header header-filter clear-filter purple-filter" data-parallax="true" style="background-image: url({{$activity->public_header_picture}});">
|
||||
<div class="page-header header-filter clear-filter purple-filter" data-parallax="true" style="background-image: url({{'"'.$activity->public_header_picture.'"'}});">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 ml-auto mr-auto">
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="col-md-4">
|
||||
<a class="a-without-effect" href="/picture/{{$picture->id}}">
|
||||
<h3><img src="{{$picture->url}}" alt="{{$picture->title}}" width="100%"></h3>
|
||||
<p class="picture-desc-small">{{$picture->desc}}</p>
|
||||
<p class="picture-desc-small">{!!$picture->desc!!}</p>
|
||||
<span class="news-small">{{ $picture->created_at }}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<h2 class="title">{{ $picture->title }}</h2>
|
||||
<div><img class="img-responsive w-100" src="{{ $picture->url }}" alt="{{ $picture->title }}"></div>
|
||||
<p>
|
||||
{{ $picture->desc }}
|
||||
{!! $picture->desc !!}
|
||||
</p>
|
||||
<span class="news-small">{{ $picture->created_at }}</span>
|
||||
<a href="{{ url()->previous() }}" class="btn button primary">Retour</a>
|
||||
|
||||
Reference in New Issue
Block a user