Files
ubicloud/views/components/page_header.erb
Enes Cakir cfec23f0bb Add ParadeDB flavor to the PostgreSQL create page
As part of our partnership with ParadeDB, we're introducing ParadeDB as
a new flavor for our PostgreSQL database.

The commit adds ParadeDB logo, along with a partnership notice, to
enhance the visibility of our partnership to the create page.

The customer have to accept the partnership details before creating a
new database.
2024-09-28 14:01:45 +03:00

11 lines
359 B
Plaintext

<div class="md:flex md:items-center md:justify-between pb-4">
<div class="min-w-0 flex-1">
<h2 class="text-2xl font-bold leading-7 text-gray-900 sm:truncate sm:text-3xl sm:tracking-tight"><%= title %></h2>
</div>
<% if defined?(right_items) %>
<div class="mt-4 flex md:ml-4 md:mt-0">
<%== right_items.join %>
</div>
<% end %>
</div>