File tree Expand file tree Collapse file tree 4 files changed +9
-27
lines changed Expand file tree Collapse file tree 4 files changed +9
-27
lines changed Original file line number Diff line number Diff line change 11<div class =" contributor member" >
22 <h2 >{{ $contributor -> name } } </h2 >
3- <img src =" {{ $contributor -> user -> image_url } }" alt =" {{ $contributor -> name } }" >
4- <p >Count: {{ $contributor -> contribution_count } } </p >
3+ <p class =" avatar" >
4+ <img src =" {{ $contributor -> user -> image_url } }" alt =" {{ $contributor -> name } }" >
5+ </p >
6+ <p class =" count" >Count: {{ $contributor -> contribution_count } } </p >
57</div >
Original file line number Diff line number Diff line change 11<div class =" contributor nonMember" >
22 <h2 >{{ $contributor -> name } } </h2 >
3- <img src =" {{ $contributor -> avatar_url } }" alt =" {{ $contributor -> name } }" >
4- <p >Count: {{ $contributor -> contribution_count } } </p >
3+ <p class =" avatar" >
4+ <img src =" {{ $contributor -> avatar_url } }" alt =" {{ $contributor -> name } }" >
5+ </p >
6+ <p class =" count" >Count: {{ $contributor -> contribution_count } } </p >
57</div >
Original file line number Diff line number Diff line change 11<div class =" contributors" >
2-
32 <h1 >Contributors</h1 >
4-
53 <ul >
64 @foreach ($contributors as $contributor )
7- <li >
5+ <li class = " small-6 large-3 columns " >
86 @if ($contributor -> user )
97 @include (' contributors._member_card' )
108 @else
1311 </li >
1412 @endforeach
1513 </ul >
16-
1714</div >
Original file line number Diff line number Diff line change 44
55.contributors {
66
7- h1 {
8-
9- }
10-
11- ul {
12-
13- }
14-
15- ul > li {
16-
17- }
18-
19- ul > li > .contributor.member {
20-
21- }
22-
23- ul > li > .contributor.nonMember {
24-
25- }
267
278}
You can’t perform that action at this time.
0 commit comments