Skip to content

Commit a4a779e

Browse files
author
Renato Marinho
authored
Merge pull request #253 from GitScrum-Community/develop
workaround to fix show user story
2 parents 06117ba + 4ce66c2 commit a4a779e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/user_stories/show.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class="btn btn-sm btn-primary"
3333

3434
@section('main-title')
3535
<span class="label label-danger"
36-
style="background-color:#{{$userStory->priority->color}}">
37-
{{$userStory->priority->title}}</span>
36+
style="background-color:#{{@$userStory->priority->color}}">
37+
{{@$userStory->priority->title}}</span>
3838
<span>{{$userStory->title}}</span>
3939
@endsection
4040

0 commit comments

Comments
 (0)