diff --git a/vendor/built_in_modules/personal_journal/app/views/panel/personal_journal/plugin/_profile.html.erb b/vendor/built_in_modules/personal_journal/app/views/panel/personal_journal/plugin/_profile.html.erb index 50bf55b6..f3e88a5f 100644 --- a/vendor/built_in_modules/personal_journal/app/views/panel/personal_journal/plugin/_profile.html.erb +++ b/vendor/built_in_modules/personal_journal/app/views/panel/personal_journal/plugin/_profile.html.erb @@ -29,6 +29,9 @@ <%= t('writing_journal.year') %> <%= t('writing_journal.title') %> + <% if not @user%> + <%= t('writing_journal.authors') %> + <% end %> @@ -41,6 +44,9 @@ <%= link_to writing_journal.create_link, panel_personal_journal_front_end_writing_journal_path(writing_journal) %> + <% if not @user%> + <%= writing_journal.authors %> + <% end %> <% end %>