<%= form_for @generic_file, url: sufia.generic_file_path(@generic_file), html: {multipart: true, class: 'form-horizontal'} do |f| %>
<%= hidden_field_tag('redirect_tab', 'versions') %>
Upload New Version
Restore Previous Version
<% @generic_file.content.versions.each_with_index do |version, index| %>
<% end %>
You must click "Save Revision" to revert a previous version of this file
<%= f.button '
Save Revision'.html_safe, type: 'submit', class: 'btn btn-primary', onclick: "confirmation_needed = false;", name: "revert_submit", id: "revert_submit" %>
<% end %>