Skip to content
Open
Prev Previous commit
Next Next commit
a
  • Loading branch information
Mohamed Mahmoud Mahmoud committed Sep 3, 2019
commit e2a5ff3a2a48c8bddcb9e5633de389b96dd06495
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ContentSliderController(ICommonServices services,
}

[ChildActionOnly]
public ActionResult ContentSlider()
public ActionResult HomePageContentSlider()
{
var contentSliders = _contentSliderService.GetContentSliderByType((int)SliderType.HomePageSlider);
ContentSliderModel CSModel = new ContentSliderModel();
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/SmartStore.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

@section contentSlider {
@{Html.RenderAction("ContentSlider", "ContentSlider");}
@{Html.RenderAction("HomePageContentSlider", "ContentSlider");}
}

<div class="page home-page">
Expand Down