From 8034e8689a65df079e1b0033b26d27458b3121cd Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 24 Oct 2023 19:10:05 -0700 Subject: [PATCH] Oops, fix silly bug on /outfits/new I just plum forgot to put the title under `- if outfit`, oops!! --- app/views/outfits/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/outfits/edit.html.haml b/app/views/outfits/edit.html.haml index 7bdcdf27..67eb5646 100644 --- a/app/views/outfits/edit.html.haml +++ b/app/views/outfits/edit.html.haml @@ -1,5 +1,5 @@ -- title(@outfit.name || t('.default_outfit_name')) - if @outfit + - title(@outfit.name || t('.default_outfit_name')) - open_graph type: 'openneo-impress:outfit', title: yield(:title), url: outfit_url(@outfit) - if @outfit.image?