From 9267254b3a0d20c00887638674486735f7205016 Mon Sep 17 00:00:00 2001 From: yamakeeeeeeeeen Date: Wed, 15 May 2024 11:58:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=81=8C=E9=80=8F=E9=81=8E=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E5=A0=B4=E5=90=88=E3=81=AB=E8=83=8C=E6=99=AF=E3=81=AB=E7=99=BD?= =?UTF-8?q?=E8=89=B2=E3=82=92=E5=BD=93=E3=81=A6=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/profiles/show.html.erb | 3 +-- app/views/schedules/_card.html.erb | 2 +- app/views/teams/_mobile_table_row.html.erb | 2 +- app/views/teams/show.html.erb | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/views/profiles/show.html.erb b/app/views/profiles/show.html.erb index 249599a3..28f02079 100644 --- a/app/views/profiles/show.html.erb +++ b/app/views/profiles/show.html.erb @@ -118,7 +118,7 @@
<% @profile.friend_profiles.each do |friend| %> - + <% end %>
@@ -200,4 +200,3 @@ <% end %> - diff --git a/app/views/schedules/_card.html.erb b/app/views/schedules/_card.html.erb index 20c83d67..1a5ebda7 100644 --- a/app/views/schedules/_card.html.erb +++ b/app/views/schedules/_card.html.erb @@ -41,7 +41,7 @@
<% @team.active_profiles.each do |profile| %> <% if @member_schedules_map[profile.id].include?(schedule.id) %> - + <% end %> <% end %>
diff --git a/app/views/teams/_mobile_table_row.html.erb b/app/views/teams/_mobile_table_row.html.erb index d0665582..06bd48a7 100644 --- a/app/views/teams/_mobile_table_row.html.erb +++ b/app/views/teams/_mobile_table_row.html.erb @@ -4,7 +4,7 @@ <% if filtered_profiles.any? %>
<% filtered_profiles.each do |prof| %> - + <% end %>
<% end %> diff --git a/app/views/teams/show.html.erb b/app/views/teams/show.html.erb index 570480c5..677ed9af 100644 --- a/app/views/teams/show.html.erb +++ b/app/views/teams/show.html.erb @@ -81,7 +81,7 @@

<%= row.timezone %>

<% @team.active_profiles.reject { |prof| row.schedules.any? { @member_schedules_map[prof.id].include?(_1.id) } }.each do |prof| %> - + <% end %>