File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <div class =" flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between" >
3030 <div class =" flex flex-col gap-2" >
3131 <h1 class =" text-2xl font-semibold tracking-tight" >{{ $pageTitle } } </h1 >
32- <p class =" text-sm text-base-content/70" >Browse craftable blueprints for the selected game version.</p >
3332 </div >
3433
3534 <a class =" btn btn-primary sm:shrink-0" href =" {{ route (' web.blueprints.search' , $versionParams ) } }" >
Original file line number Diff line number Diff line change 5252 <h2 class =" menu-title" >Items</h2 >
5353 <ul >
5454 <li ><a href =" {{ route (' web.items.index' ) } }" >All Items</a ></li >
55+ <li ><a href =" {{ route (' web.blueprints.index' ) } }" >Blueprints</a ></li >
5556 <li ><a href =" {{ route (' web.items.index' , [' filter' => [' type' => ' WeaponPersonal' ]]) } }" >Personal Weapons</a ></li >
5657 <li ><a href =" {{ route (' web.items.index' , [' filter' => [' category' => ' fps-armor' ]]) } }" >Personal Armor</a ></li >
5758 <li ><a href =" {{ route (' web.items.index' , [' filter' => [' category' => ' weapon-attachments' ]]) } }" >Weapon Attachments</a ></li >
Original file line number Diff line number Diff line change 2525 'Comm-Links ' ,
2626 'Vehicles ' ,
2727 'All Items ' ,
28+ 'Blueprints ' ,
2829 'Stats ' ,
2930 'Systems ' ,
3031 'Celestial Objects ' ,
3334 ]);
3435
3536 $ response ->assertSee ('name="filter[name]" ' , false );
37+ $ response ->assertSee (route ('web.blueprints.index ' ));
3638
3739 $ response ->assertDontSee ('Admin ' );
3840});
You can’t perform that action at this time.
0 commit comments