From 475646f7c15b73d9b0f5278e880325cffacca33b Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 1 Jun 2018 14:28:34 -0400 Subject: [PATCH] remove table border --- app/views/shared/components/_room_block.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/shared/components/_room_block.html.erb b/app/views/shared/components/_room_block.html.erb index 3a9bf4ea..aa027f70 100644 --- a/app/views/shared/components/_room_block.html.erb +++ b/app/views/shared/components/_room_block.html.erb @@ -1,8 +1,8 @@
- +
- - -
+ <% if room == current_user.main_room %> @@ -11,13 +11,13 @@ <% end %> -

<%= room.name %>

+
+

<%= room.name %>

Last Session on <%= recording_date(room.created_at) %>
+