mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-03 13:17:33 +00:00
More missing categories
This commit is contained in:
parent
18e5d3d1ed
commit
eb6e715966
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
@foreach(var cat in category.Children)
|
@foreach(var cat in category.Children)
|
||||||
{
|
{
|
||||||
CreateCategoryListRecursive(cat);
|
@CreateCategoryListRecursive(cat);
|
||||||
}
|
}
|
||||||
@foreach(var page in category.Pages)
|
@foreach(var page in category.Pages)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue