We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can disable export links using a :download_links parameter when creating a presenter. Example
index :as => :grid, :download_links => false, :columns => 3 do |video| render video end
Here I specified 3 parameters to index presenter - :as, :download_links and :columns count.