We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.