rufo format

This commit is contained in:
Dylan Knutson
2023-04-08 13:52:16 -07:00
parent df43a77fe2
commit 84866c0f6a
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
<head>
<title><%= @site_title %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<% if Object.const_defined?('Rack::MiniProfiler') %>
<%# needed so miniprofiler doens't screw with the fetch() api %>
<% if Object.const_defined?("Rack::MiniProfiler") %>
<% # needed so miniprofiler doens't screw with the fetch() api %>
<script type='text/javascript'>
if(!window.MiniProfiler) {
window.MiniProfiler = {};

View File

@@ -1,5 +1,5 @@
<% content_for :head do %>
<%= javascript_pack_tag 'application-bundle' %>
<%= javascript_pack_tag "application-bundle" %>
<% end %>
<div class='w-full mt-2 sm:mt-6'>
<%= react_component("UserSearchBar", props: {}, prerender: true) %>