Skip to content

HowTo : Add custom buttons to control bar

giniedp edited this page Jul 4, 2012 · 3 revisions

Buttons can be added in a content_for block in the view.

- content_for "fancygrid_users_buttons" do
  %li= link_to "Create user", new_user_path
= fancygrid :users