mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-09-08 17:52:28 -05:00
Turned on Index search
Activated the full text search on the index pages as well as plugging in a tempalte to show location information. Still needs to be styled but it's all wired up. Also cleaned some typos in the About description. One day I'll be able to spell. One day.
This commit is contained in:
@@ -16,7 +16,7 @@ use App\Service\Auth;
|
||||
class Members extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @Route("/den/members/page/{pageNum}", name="den-locations")
|
||||
* @Route("/den/members/page/{pageNum}", name="den-members-index")
|
||||
*/
|
||||
public function showMembers(
|
||||
Request $request,
|
||||
|
Reference in New Issue
Block a user