From 4f9ee95ca86a51b1bc69b1df77a8d3f81c866030 Mon Sep 17 00:00:00 2001 From: Celia Collins Date: Thu, 5 Dec 2024 17:14:06 +0000 Subject: [PATCH] Allow rearranging of welcome messages --- app/views/groups/show.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb index 895b549..52dedd5 100644 --- a/app/views/groups/show.html.erb +++ b/app/views/groups/show.html.erb @@ -22,9 +22,7 @@ <% @group.contents.order(:position).each do |content| %> - <% unless content.welcome_message? %> - - <% end %> + <% if content.welcome_message? %>