We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41079e1 commit 9d30728Copy full SHA for 9d30728
app/overrides/add_tab_to_admin.rb
@@ -1,4 +1,4 @@
1
Deface::Override.new(:virtual_path => "layouts/admin",
2
:name => "add_snippets_tab_to_admin",
3
- :insert_after => "[data-hook='admin_tabs']",
+ :insert_bottom => "[data-hook='admin_tabs']",
4
:text => "<%= tab(:snippets) %>")
0 commit comments