From 62678d8d422a313e713e7c22c1fffb5edc14dfbb Mon Sep 17 00:00:00 2001 From: manson Date: Mon, 21 Jul 2014 13:29:58 +0800 Subject: [PATCH] Fix js pushstate issue --- app/views/admin/announcements/_index.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/admin/announcements/_index.html.erb b/app/views/admin/announcements/_index.html.erb index f416919..e2354e3 100644 --- a/app/views/admin/announcements/_index.html.erb +++ b/app/views/admin/announcements/_index.html.erb @@ -56,4 +56,8 @@ content_tag :div, class: "bottomnav clearfix" do content_tag :div, paginate(@bulletins), class: "pagination pagination-centered" end -%> \ No newline at end of file +%> + + \ No newline at end of file