rufo format
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
@@ -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) %>
|
||||
|
||||
Reference in New Issue
Block a user