From 1f7ea47d1fbcfa61c3d99210ffdcb9277bc5bbe8 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Tue, 5 Dec 2023 10:59:18 +0000 Subject: [PATCH] Improve room index headline style --- app/views/rooms/index.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/rooms/index.html.haml b/app/views/rooms/index.html.haml index 0bed9e5e..4ef95a72 100644 --- a/app/views/rooms/index.html.haml +++ b/app/views/rooms/index.html.haml @@ -11,7 +11,8 @@ = link_to "Sign in", new_session_path(current_user) to join the chat -%h1 Rooms index +.contain + %h1 Rooms index - if policy(Room).new? = render partial: "layouts/new_room_form"