From 61f1724dab271a1441b32dd53de1d76f72e0edd8 Mon Sep 17 00:00:00 2001 From: chiu Date: Sun, 3 Nov 2019 20:18:28 +0800 Subject: [PATCH] Update _profile.html.erb --- app/views/plugin/personal_journal/_profile.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/plugin/personal_journal/_profile.html.erb b/app/views/plugin/personal_journal/_profile.html.erb index a2cc9ec..1af5d4f 100644 --- a/app/views/plugin/personal_journal/_profile.html.erb +++ b/app/views/plugin/personal_journal/_profile.html.erb @@ -1,6 +1,9 @@ <% content_for :page_specific_css do %> <%= stylesheet_link_tag "lib/list-check" %> <% end %> +<% content_for :page_specific_javascript do %> + <%= javascript_include_tag "lib/list-check" %> +<% end %> <% if has_access? @writing_journals = JournalPaper.where(member_profile_id: @member.id).desc(:year).page(params[:page]).per(10)