diff --git a/app/views/versions/_overview.html.erb b/app/views/versions/_overview.html.erb
index 47d65c34a..8d34a20da 100644
--- a/app/views/versions/_overview.html.erb
+++ b/app/views/versions/_overview.html.erb
@@ -13,5 +13,5 @@
project_issues_path(version.project, :status_id => 'o', :fixed_version_id => version, :set_filter => 1), :class =>"c_dblue") %>)
<% else %>
- <%= l(:label_roadmap_no_issues) %>
+ <%= l(:label_roadmap_no_issues) %>
<% end %>
diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb
index 1a7fce16d..6bfacbe86 100644
--- a/app/views/versions/show.html.erb
+++ b/app/views/versions/show.html.erb
@@ -4,7 +4,7 @@
<%= link_to(l(:button_edit), edit_version_path(@version), :class => 'icon icon-edit') if User.current.allowed_to?(:manage_versions, @version.project) %>
-<%= link_to_if_authorized(l(:button_edit_associated_wikipage,
+<%#= link_to_if_authorized(l(:button_edit_associated_wikipage,
:page_title => @version.wiki_page_title.truncate(30, omission: '...')),
{:controller => 'wiki',
:action => 'edit',
@@ -17,7 +17,7 @@
<%= call_hook(:view_versions_show_contextual, { :version => @version, :project => @project }) %>
-
+
<%= h(@version.name) %>
@@ -27,11 +27,11 @@
<% if @version.estimated_hours > 0 || User.current.allowed_to?(:view_time_entries, @project) %>
-