From c376c0e38f8dba52b49f4409ef5c1b0adcc73786 Mon Sep 17 00:00:00 2001
From: huang
Date: Sat, 1 Aug 2015 11:25:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=89=88=E6=9C=AC=20--?=
=?UTF-8?q?=E6=96=B0=E9=A1=B5=E9=9D=A2=E8=AE=BE=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/versions/_overview.html.erb | 2 +-
app/views/versions/show.html.erb | 10 +++++-----
config/locales/zh.yml | 2 +-
public/stylesheets/project.css | 2 ++
4 files changed, 9 insertions(+), 7 deletions(-)
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) %>
-