diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index abf36b1..b78005a 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -48,11 +48,21 @@
<% end %>
-
-<% if @project.descendants.active.any? %>
- <%= hidden_field_tag 'with_subprojects', 0 %>
-
-<% end %>
+
+ -
+
+
+ <% if @project.descendants.active.any? %>
+ -
+ <%= hidden_field_tag 'with_subprojects', 0 %>
+
+
+ <% end %>
+
<%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %>
<% end %>