We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06117ba + 4ce66c2 commit a4a779eCopy full SHA for a4a779e
resources/views/user_stories/show.blade.php
@@ -33,8 +33,8 @@ class="btn btn-sm btn-primary"
33
34
@section('main-title')
35
<span class="label label-danger"
36
- style="background-color:#{{$userStory->priority->color}}">
37
- {{$userStory->priority->title}}</span>
+ style="background-color:#{{@$userStory->priority->color}}">
+ {{@$userStory->priority->title}}</span>
38
<span>{{$userStory->title}}</span>
39
@endsection
40
0 commit comments