Skip to content

Commit

Permalink
Fix missing CSRF token in previews
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Oct 23, 2024
1 parent 1c3ba76 commit bfb7382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/lookbook/skeleton.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<%= csrf_meta_tags %>

<link href="<%= lookbook_asset_path("/css/lookbook.css") %>" rel="stylesheet">
<link href="<%= lookbook_asset_path("/css/themes/#{@config.ui_theme}.css") %>" rel="stylesheet">

Expand Down

0 comments on commit bfb7382

Please sign in to comment.