diff --git a/app/views/rooms/show.html.erb b/app/views/rooms/show.html.erb index 4220c7cf..e8f713f9 100644 --- a/app/views/rooms/show.html.erb +++ b/app/views/rooms/show.html.erb @@ -1,4 +1,5 @@ -
+
+

Room: <%= @room.full_name %>

@@ -9,8 +10,8 @@ <%= render @room %> -
-
+
+

Common Attributes

<%= link_to common_attributes_path, class: 'text-primary link-underline-primary link-underline-opacity-0 link-underline-opacity-100-hover' do %> Edit Common Attributes @@ -19,8 +20,8 @@ <%= render 'attributes_list', attributes: @common_attributes %>
-
-
+
+

Specific Attributes

<%= link_to room_specific_attributes_path(@room), class: 'text-primary link-underline-primary link-underline-opacity-0 link-underline-opacity-100-hover' do %> Edit Specific Attributes @@ -29,7 +30,7 @@ <%= render 'attributes_list', attributes: @room.active_specific_attributes %>
-
+

Resources

@@ -37,7 +38,7 @@
<% if is_admin? %> -
+

Notes:

<%= turbo_frame_tag "new_note" do %> <%= render "notes/form", note: @new_note %>