From 286422e1c5a74a5213479822b78b06570abc7f87 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 18 Nov 2016 19:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84issue=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_issues.html.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/users/user_issues.html.erb b/app/views/users/user_issues.html.erb index 33fbb2eea..e211c84b4 100644 --- a/app/views/users/user_issues.html.erb +++ b/app/views/users/user_issues.html.erb @@ -173,7 +173,7 @@
-

我的缺陷

+

我的Issue

@@ -225,9 +225,9 @@ --> <%= select( :project, :project_id, options_for_issue_project_list(@issues_filter), { :include_blank => false,:selected => @project_id ? @project_id : 0 }, - { :onchange => "remote_function();add_style();",:id => "proeject_id", :name => "project_id", :class => "fl", :style=>"width:60px; margin-right:20px;"} + { :onchange => "remote_function();add_style();",:id => "proeject_id", :name => "project_id", :class => "fl", :style=>"width: 80px; margin-right:20px;"} )%> - <%= select( :issue, :user_id, [[@user.show_name, @user.id]].unshift(["发布人",0]), @@ -236,10 +236,10 @@ ) %> - - <%= select( :issue, :user_id, [[@user.show_name, @user.id]].unshift(["指派给",0]), @@ -249,13 +249,13 @@ - - -