From 03b12e0a2221a3ee37e1a77bb1103f1e2c35c811 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Wed, 4 Oct 2023 09:56:09 +0200 Subject: [PATCH] Shared task designated users style fix [SCI-9339] --- .../shareable_links/my_modules/_my_module_details.html.erb | 2 +- .../shareable_links/my_modules/_user_my_modules.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shareable_links/my_modules/_my_module_details.html.erb b/app/views/shareable_links/my_modules/_my_module_details.html.erb index c170c24af..8d8619ee0 100644 --- a/app/views/shareable_links/my_modules/_my_module_details.html.erb +++ b/app/views/shareable_links/my_modules/_my_module_details.html.erb @@ -42,7 +42,7 @@
- + <%= render partial: "shareable_links/my_modules/user_my_modules", locals: { my_module: @my_module } %>
diff --git a/app/views/shareable_links/my_modules/_user_my_modules.html.erb b/app/views/shareable_links/my_modules/_user_my_modules.html.erb index 82c536305..a86561fe5 100644 --- a/app/views/shareable_links/my_modules/_user_my_modules.html.erb +++ b/app/views/shareable_links/my_modules/_user_my_modules.html.erb @@ -1,7 +1,7 @@ -
+
<% my_module.user_my_modules.each do |um| %> <% user = um.user %> -
+
<%= user.full_name %> <%= user.full_name %>