Update _profile.html.erb

This commit is contained in:
chiu 2019-11-03 20:18:28 +08:00
parent f888340e68
commit 61f1724dab
1 changed files with 3 additions and 0 deletions

View File

@ -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)