lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-4.0.0.beta5 vs lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-4.0.0.beta6
- old
+ new
@@ -201,10 +201,10 @@
#
# If you wanted to add a static menu item to the default menu provided:
#
# config.namespace :admin do |admin|
# admin.build_menu :default do |menu|
- # menu.add label: "My Great Website", url: "https://mygreatwebsite.example.com", html_options: { target: :blank }
+ # menu.add label: "My Great Website", url: "https://mygreatwebsite.example.com", html_options: { target: "_blank" }
# end
# end
# == Download Links
#