mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Redis check for self hosted apps (#2353)
* Redis check for self hosted apps * Run linter with autocorrect * Add Redis to CI
This commit is contained in:
parent
4044a8519f
commit
9fabcf4c72
20 changed files with 152 additions and 47 deletions
13
app/views/layouts/blank.html.erb
Normal file
13
app/views/layouts/blank.html.erb
Normal file
|
@ -0,0 +1,13 @@
|
|||
<%= render "layouts/shared/htmldoc" do %>
|
||||
<div class="min-h-screen bg-surface text-primary font-medium flex flex-col">
|
||||
<div class="flex-1">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
||||
<% if content_for?(:footer) %>
|
||||
<%= yield :footer %>
|
||||
<% else %>
|
||||
<%= render "layouts/shared/footer" %>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue