diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index be4fb27ef..cccc53726 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -1,9 +1,10 @@

<%= l(:label_roadmap) %>

- - - +
+ <%= link_to l(:label_version_new), new_project_version_path(@project), :class => 'orange_u_btn fl' if User.current.allowed_to?(:manage_versions, @project) %> +
+