Oops, fix silly bug on /outfits/new

I just plum forgot to put the title under `- if outfit`, oops!!
This commit is contained in:
Emi Matchu 2023-10-24 19:10:05 -07:00
parent f5b45d2dc8
commit 8034e8689a

View file

@ -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?