From d7c561f91d00814e4d836d5887f43b24c7a1c9fb Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Thu, 5 Feb 2026 21:58:27 -0800 Subject: [PATCH] [WV2] Use outfit name for page title --- app/views/wardrobe/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/wardrobe/show.html.haml b/app/views/wardrobe/show.html.haml index 9065115f..0b3edc00 100644 --- a/app/views/wardrobe/show.html.haml +++ b/app/views/wardrobe/show.html.haml @@ -1,11 +1,11 @@ -- title "Wardrobe v2" +- title @outfit.name !!! 5 %html %head %meta{charset: 'utf-8'} %meta{name: 'viewport', content: 'width=device-width, initial-scale=1'} - %title= yield :title + %title #{yield :title} | #{t "app_name"} %link{href: image_path('favicon.png'), rel: 'icon'} = stylesheet_link_tag "application/hanger-spinner" = stylesheet_link_tag "application/outfit-viewer"