diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 0f1d0b8..ace835f 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -85,13 +85,13 @@ <% if @completed_versions.present? %>

- <%= link_to_function l(:label_completed_versions), + <%= link_to_function l(:label_completed_versions), '$("#toggle-completed-versions").toggleClass("collapsed"); $("#completed-versions").toggle()', :id => 'toggle-completed-versions', :class => 'collapsible collapsed' %>

<% end %>