diff --git a/app/views/plugin/personal_journal/_profile.html.erb b/app/views/plugin/personal_journal/_profile.html.erb index d937ab2..e3e11b9 100644 --- a/app/views/plugin/personal_journal/_profile.html.erb +++ b/app/views/plugin/personal_journal/_profile.html.erb @@ -5,14 +5,58 @@ <%= 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) - else - @writing_journals = JournalPaper.where(is_hidden: false, member_profile_id: @member.id).desc(:year).page(params[:page]).per(10) - end -%> - + <% if has_access? %> +
+ <% end -%> + | <%= t('personal_journal.year') %> | +<%= t('module_name.journal_paper') %> | + <% if not @user%> +<%= t('personal_journal.authors') %> | + <% end %> +
---|---|---|---|
+ <%= check_box_tag 'to_change[]', writing_journal.id.to_s, false, :class => "list-check" %> + | + <% end -%> +<%= writing_journal.year %> | +
+ <%= link_to writing_journal.create_link, OrbitHelper.url_to_plugin_show(writing_journal.to_param,'personal_journal'), target: "blank"%>
+
+
+
+
+ |
+ <%= writing_journal.authors %> | +