From 7cf2ccada8689cae7f285654c7cbbd03b7ad3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 28 Nov 2022 11:49:02 +0100 Subject: [PATCH] fix --- app/views/admin/research/journals/volumes/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/research/journals/volumes/index.html.erb b/app/views/admin/research/journals/volumes/index.html.erb index 77aa66210..3fca16bdd 100644 --- a/app/views/admin/research/journals/volumes/index.html.erb +++ b/app/views/admin/research/journals/volumes/index.html.erb @@ -23,7 +23,7 @@ <td><%= volume.published_at %></td> <td class="text-end"> <div class="btn-group" role="group"> - <%= edit_link volume, { journal_id: @journal.id } %> + <%= edit_link volume, journal_id: @journal.id %> <%#= destroy_link volume, journal_id: @journal.id %> </div> </td> -- GitLab