Fogo
This commit is contained in:
parent
1f6e6d5d4f
commit
fdf5ee915e
67 changed files with 48812 additions and 37055 deletions
|
|
@ -15,7 +15,7 @@ namespace Yavsc.ViewComponents
|
|||
{
|
||||
// for a BlogPost, it results in the localization 'apiRouteCommentBlogPost': blogcomments
|
||||
ViewData["apictlr"] = "/api/"+localizer["apiRouteComment"+longCommentable.GetType().Name];
|
||||
return View(longCommentable.GetType().Name, new Comment{ PostId = longCommentable.Id });
|
||||
return View(longCommentable.GetType().Name, new Comment{ ReceiverId = longCommentable.Id });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue