File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 71
71
<span class =" relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-500 bg-white border border-gray-300 cursor-default leading-5" >{{ $page } } </span >
72
72
</span >
73
73
@else
74
- <a href =" {{ $url } }" class =" relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 hover:text-gray-500 focus:z-10 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150" aria-label =" {{ __ (' pagination.goto_page ' , [' page' => $page ]) } }" >
74
+ <a href =" {{ $url } }" class =" relative inline-flex items-center px-4 py-2 -ml-px text-sm font-medium text-gray-700 bg-white border border-gray-300 leading-5 hover:text-gray-500 focus:z-10 focus:outline-none focus:border-blue-300 focus:shadow-outline-blue active:bg-gray-100 active:text-gray-700 transition ease-in-out duration-150" aria-label =" {{ __ (' Go to page :page ' , [' page' => $page ]) } }" >
75
75
{{ $page } }
76
76
</a >
77
77
@endif
You can’t perform that action at this time.
0 commit comments