File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
resources/views/md/shared Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 66@endphp
77
88<blockquote >
9- <div style =" display : flex ; align-items : center ; gap : 8px ; margin-top : 16px ; font-size : 14px ; color : #6a737d ;" >
10- @if ($avatar_url ?? false )
11- <img
12- src =" {{ $avatar_url } }"
13- alt =" {{ $name } }"
14- width =" 20"
15- height =" 20"
16- style =" border-radius : 50% ;"
17- >
18- @endif
19- <span >
9+ <div style =" display : flex ; align-items : center ; gap : 8px ; margin-top : 16px ; font-size : 14px ; color : #6a737d ;" >
10+ @if ($avatar_url ?? false )
11+ <img
12+ src =" {{ $avatar_url } }"
13+ alt =" {{ $name } }"
14+ width =" 20"
15+ height =" 20"
16+ style =" border-radius : 50% ;"
17+ >
18+ @endif
19+ <span >
2020Changed by <a href =" {{ $html_url } }" style =" color : #0366d6 ; text-decoration : none ;" >{{ $name } } </a >
21- @if ($formattedDate )
21+ @if ($formattedDate )
2222<span style =" color : #6a737d ;" >on {{ $formattedDate } } </span >
23- @endif
24- </span >
25- </div >
23+ @endif
24+ </span >
25+ </div >
2626</blockquote >
You can’t perform that action at this time.
0 commit comments