Decorate component

This commit is contained in:
Joseph Cohen
2015-08-14 21:32:19 -05:00
parent 0bff2f9215
commit 1b953038be
3 changed files with 11 additions and 9 deletions
@@ -9,8 +9,8 @@
<p>
{!! $status !!}
@if(isset($incident->component))
({{ $incident->component->name }})
@if($hasComponent)
({{ $componentName }})
@endif
</p>
@@ -1,8 +1,8 @@
{!! trans('cachet.subscriber.email.incident.text', ['app_name' => Setting::get('app_name')]) !!}
{!! $status !!}
@if($component_name)
({{ $component_name }})
@if($hasComponent)
({{ $componentName }})
@endif
{!! $textContent !!}