Skip to content

Commit

Permalink
fix: feedback modal doesn't render on static pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pdl committed Aug 8, 2024
1 parent 01301fa commit 7cd2fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/pages.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<body class="inner">
<a href="#feedback_modal" class="btn-fixed-vertical btn-page-feedback">Feedback</a>
<%= render "layouts/logged_header" %>
<%= render "layouts/feedback_modal" %>
<%= render "layouts/login_modal" %>
<div id="wrapper">
<div class="w1">
Expand Down

0 comments on commit 7cd2fdc

Please sign in to comment.