stupid nits

This commit is contained in:
24c02 2025-12-15 20:41:25 -05:00
parent 54670597cf
commit 48f5e080b2
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ module Backend
id: app.id,
label: app.name,
sublabel: app.redirect_uri&.truncate(50),
path: "/programs/#{app.id}"
path: "/backend/programs/#{app.id}"
}
end
end

View file

@ -4,7 +4,7 @@
<% if current_user.super_admin? %>
<b>Super admin:</b>
<div data-navigable-item>
<%= render Components::Backend::Item.new(icon: "⭢", href: backend_identities_path) do %>
<%= render Components::Backend::Item.new(icon: "⭢", href: backend_flipper_path) do %>
<b>Flipper?</b>&nbsp;<i>(i hardly know 'er!)</i>
<p class="shortcode">&nbsp; [ FLIP ]</p>
<% end %>