condorrocks/condor

View on GitHub
resources/views/emails/alerts/status-changed.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@if($snapshot->status == 0)
    {{ trans('alerts.status-change-up', ['target' => $snapshot->target] )}}
@endif

@if($snapshot->status != 0)
    {{ trans('alerts.status-change-down', ['target' => $snapshot->target] )}}
@endif