Update _profile.html.erb
This commit is contained in:
parent
6f67fb226e
commit
f888340e68
|
@ -1,9 +1,6 @@
|
||||||
<% content_for :page_specific_css do %>
|
<% content_for :page_specific_css do %>
|
||||||
<%= stylesheet_link_tag "lib/list-check" %>
|
<%= stylesheet_link_tag "lib/list-check" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% content_for :page_specific_javascript do %>
|
|
||||||
<% javascript_include_tag "lib/list-check" %>
|
|
||||||
<% end %>
|
|
||||||
<%
|
<%
|
||||||
if has_access?
|
if has_access?
|
||||||
@writing_journals = JournalPaper.where(member_profile_id: @member.id).desc(:year).page(params[:page]).per(10)
|
@writing_journals = JournalPaper.where(member_profile_id: @member.id).desc(:year).page(params[:page]).per(10)
|
||||||
|
|
Loading…
Reference in New Issue