Index: app/views/versions/index.html.erb IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- app/views/versions/index.html.erb (revision 9f76519139c83bcab7ff49255ae139352f7eb418) +++ app/views/versions/index.html.erb (revision 8680e2f5431c2994a03b41e87fa59f53fbe36ee7) @@ -10,6 +10,7 @@ <% else %>
<% @versions.each do |version| %> +
<% if User.current.allowed_to?(:manage_versions, version.project) %>
@@ -37,6 +38,7 @@ <% end %> <%= call_hook :view_projects_roadmap_version_bottom, :version => version %>
+
<% end %>
<% end %>