File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
</div >
46
46
@foreach ( $questions as $question )
47
47
@include (' containers.question' )
48
+ <hr >
48
49
@endforeach
49
50
{{ $questions -> links () } }
50
51
</div >
Original file line number Diff line number Diff line change 22
22
<P >
23
23
<a href =" /questions/new" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' new' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >New</b ></a >
24
24
<a href =" /questions/top" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' top' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >Top</b ></a >
25
- </P >
25
+ </P >< br >
26
26
27
27
@foreach ( $questions as $question )
28
28
@include (' containers.question' )
Original file line number Diff line number Diff line change 22
22
<P >
23
23
<a href =" /questions/new" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' new' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >New</b ></a >
24
24
<a href =" /questions/top" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' top' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >Top</b ></a >
25
- </P >
25
+ </P >< br >
26
26
27
27
@foreach ( $questions as $question )
28
28
@include (' containers.question' )
Original file line number Diff line number Diff line change 24
24
<a href =" /tag/{{ strtolower ($tag_info -> name )} } /top" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' top' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >Top</b ></a >
25
25
<a href =" /tag/{{ strtolower ($tag_info -> name )} } /most_answered" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' top_answered' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >Most Answered</b ></a >
26
26
<a href =" /tag/{{ strtolower ($tag_info -> name )} } /unanswered" class =" btn btn-primary btn-rounded btn-large {{ $sort == ' not_answered' ? ' disabled' : ' ' } }" role =" button" ><i class =" fa fa-angle-right" style =" color : white ;" ></i > <b >Unanswered</b ></a >
27
- </P >
27
+ </P >< br >
28
28
29
29
@foreach ( $questions as $question )
30
30
@include (' containers.question' )
You can’t perform that action at this time.
0 commit comments