From 6b7b6b9a6639115023db675de9dd1557b6bf6ee8 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Fri, 16 Oct 2020 14:20:32 +0800 Subject: [PATCH] change forum_sections index --- app/views/admins/forum_sections/index.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admins/forum_sections/index.js.erb b/app/views/admins/forum_sections/index.js.erb index ea4191c9..6f77da2c 100644 --- a/app/views/admins/forum_sections/index.js.erb +++ b/app/views/admins/forum_sections/index.js.erb @@ -1 +1 @@ -$("#forum-section-container").html("<%= j render partial: "managements/forums_plateSetting.html.erb" %>") \ No newline at end of file +$("#forum-section-container").html("<%= j render partial: "admins/forum_sections/forums_plateSetting.html.erb" %>") \ No newline at end of file