Linkable graph component (#13263)

* Linkable graph component

* indentation change
This commit is contained in:
Tony Murray
2021-09-28 08:29:38 -05:00
committed by GitHub
parent bfa200f3f7
commit 5a0ed57514
3 changed files with 62 additions and 13 deletions

View File

@@ -1 +1 @@
<img width="{{ $width }}" height="{{ $height }}" src="{{ $link }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image']) }}>
<img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image']) }}>

View File

@@ -0,0 +1 @@
<a href="{{ $link }}"><img width="{{ $width }}" height="{{ $height }}" src="{{ $src }}" alt="{{ $type }}" {{ $attributes->merge(['class' => 'graph-image']) }}></a>