mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
stupid nits
This commit is contained in:
parent
54670597cf
commit
48f5e080b2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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> <i>(i hardly know 'er!)</i>
|
||||
<p class="shortcode"> [ FLIP ]</p>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue