ruby on rails - rails_admin dashboard/secondary_navigation customization -



ruby on rails - rails_admin dashboard/secondary_navigation customization -

any chance customize dashboard or secondary navigation?

yes can create app/view/rails_admin/main/dashboard.html.haml , redesign whole page scratch. should if want add together simple partial before , safe current content?

in case secondary navigation tried replace _secondary_navigation.html.haml in places partials - nil happens.

app/views/layouts/rails_admin/_secondary_navigation.html.haml

here place should live.

ruby-on-rails rails-admin

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -