1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 17:12:48 +00:00

client - forum nav should be working

This commit is contained in:
2018-01-13 19:44:23 -06:00
parent 58b913f5b8
commit 269c8a2f50
13 changed files with 213 additions and 59 deletions

View File

@@ -165,12 +165,18 @@ defmodule Category do
defp get_other() do
[
%{"id" => 131, "category" => "other", "title" => "Off-Topic"},
%{"id" => 131, "category" => "other", "title" => "Off-topic"},
%{"id" => 132, "category" => "other", "title" => "Guild Recruitment"},
%{"id" => 133, "category" => "other", "title" => "General Discussion"},
%{"id" => 134, "category" => "other", "title" => "Suggestions"},
%{"id" => 135, "category" => "other", "title" => "Role-Playing"},
%{"id" => 136, "category" => "other", "title" => "Raid and Dungeon Discussion"},
%{"id" => 137, "category" => "other", "title" => "Site Suggestions"},
%{"id" => 138, "category" => "other", "title" => "UI & Macros Forum"},
%{"id" => 139, "category" => "other", "title" => "Bug Report Forum"},
%{"id" => 140, "category" => "other", "title" => "Professions"},
%{"id" => 141, "category" => "other", "title" => "PvP Discussion"},
%{"id" => 142, "category" => "other", "title" => "Quest Discussion"},
]
end