From 8d484c103310fbe8dd6cfb74b69b99d4b3fc74a6 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Wed, 22 Sep 2021 10:44:31 +0200
Subject: [PATCH] fix

---
 app/views/admin/communication/website/pages/_list.html.erb | 2 +-
 docs/research/journals.md                                  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app/views/admin/communication/website/pages/_list.html.erb b/app/views/admin/communication/website/pages/_list.html.erb
index f32da088e..ea058ab2c 100644
--- a/app/views/admin/communication/website/pages/_list.html.erb
+++ b/app/views/admin/communication/website/pages/_list.html.erb
@@ -9,7 +9,7 @@
   <tbody>
     <% pages.each do |page| %>
       <tr>
-        <td><%= link_to page, admin_communication_website_page_path(page.id) %></td>
+        <td><%= link_to page, admin_communication_website_page_path(website_id: page.website.id, id: page.id) %></td>
         <td><%= page.path %></td>
         <td class="text-end">
           <%= edit_link page %>
diff --git a/docs/research/journals.md b/docs/research/journals.md
index 29e8ea36b..a89700305 100644
--- a/docs/research/journals.md
+++ b/docs/research/journals.md
@@ -3,3 +3,6 @@
 ## References
 
 http://infolit.be/CoMLiS/ch02s03.html
+
+
+Authors biography is fixed per article. The biography does not evolve, it is set in time (by the time of publication).
-- 
GitLab