diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b82cb906d..54b05b012 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -728,7 +728,7 @@ module ApplicationHelper end def other_formats_links(&block) - concat('
'.html_safe + l(:label_export_to)) + concat('
'.html_safe + l(:label_export_to)) yield Redmine::Views::OtherFormatsBuilder.new(self) concat('
'.html_safe) end diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index 3c20bb501..a6afea438 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -28,31 +28,15 @@<%= render :partial => 'attachments/form', :locals => {:container => @issue} %> -
- - - <%= watchers_checkboxes(@issue, @available_watchers) %> - - - <%= link_to l(:label_search_for_watchers), - {:controller => 'watchers', :action => 'new', :project_id => @issue.project}, - :remote => true, - :method => 'get' %> - -
-- <%= @issue.subject %><%= get_issue_typevalue(@issue.tracker_id) %>
由<%= @issue.author %> - <% if @issue.created_on != @issue.updated_on %> - 更新于 <%= format_time(@issue.created_on).html_safe %> - <% else %> - 添加于 <%= format_time(@issue.updated_on).html_safe %> - <% end %> -
+ <%= @issue.subject %> + <%= get_issue_typevalue(@issue.tracker_id) %> +
* 状态 :
<%= @issue.status.name %>
-* 优先级 :
<%= @issue.priority.name %> -指派给 :
<%= @issue.assigned_to ? link_to_isuue_user(@issue.assigned_to) : "-" %>目标版本 :
<%= (@issue.fixed_version ? link_to_version(@issue.fixed_version, :class => "pro_info_p") : "-") %>由<%= @issue.author %> + <% if @issue.created_on != @issue.updated_on %> + 更新于 <%= format_time(@issue.created_on).html_safe %> + <% else %> + 添加于 <%= format_time(@issue.updated_on).html_safe %> + <% end %> +
开始日期 :
<%= format_date(@issue.start_date) %>
计划完成日期 :
<%= format_date(@issue.due_date) %> -预期时间 :
<%= l_hours(@issue.estimated_hours) %> -* 状态 :
- <% end %> +<%= @issue.status.name %>
+* 优先级 :
+ <%= @issue.priority.name %> +指派给 :
+ <%= @issue.assigned_to ? link_to_isuue_user(@issue.assigned_to) : "-" %> +目标版本 :
+ <%= (@issue.fixed_version ? link_to_version(@issue.fixed_version, :class => "pro_info_p") : "-") %> +开始日期 :
+ +<%= format_date(@issue.start_date) %>
计划完成日期 :
+ <%= format_date(@issue.due_date) %> +预期时间 :
+ <%= l_hours(@issue.estimated_hours) %> +% 完成 :
+ <%= @issue.done_ratio %>% +% 完成 :
<%= @issue.done_ratio %>% -