Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
pabois committed Dec 8, 2023
1 parent bee2459 commit 51d89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/extranet/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<%= render 'extranet/application/head' %>
<% if content_for?(:leaflet_required) %>
<%= stylesheet_link_tag 'leaflet', media: 'all' %>
<%= javascript_include_tag 'leaflet' %>%
<%= javascript_include_tag 'leaflet' %>
<% end %>
</head>
<body class="extranet <%= body_classes %> full-width">
Expand Down

0 comments on commit 51d89d4

Please sign in to comment.