_index_buttons.html.erb 263 Bytes
<% button_bar do %>
  <%= button :'text-plain', _('Software list as [CSV]'), :action => 'download.csv' %>
  <%= button :'text-html', _('Software list as [XML]'), :action => 'download.xml' %>
  <%= button :back, _('Back'), :controller => 'admin_panel' %>
<% end %>