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"