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?