We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e32636 commit 7f6ab07Copy full SHA for 7f6ab07
app/views/layouts/better_together/application.html.erb
@@ -1,6 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="<%= I18n.locale %>">
3
<head>
4
+ <meta charset="utf-8">
5
<% if ENV["SENTRY_CLIENT_KEY"] %>
6
<script src="https://js-de.sentry-cdn.com/<%= ENV["SENTRY_CLIENT_KEY"] %>.min.js" crossorigin="anonymous"></script>
7
<% end %>
app/views/layouts/better_together/turbo_native.html.erb
0 commit comments