diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 492c5407b..8c02bf348 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -104,18 +104,19 @@
清除
-
-
- <%= text_field_tag 'issue_create_date_start_show', '开始日期', :readonly => true, :size => 13, :nhname => 'date_show', :class => 'issues_calendar_input fl '%>
- <%= calendar_for('issue_create_date_start_show') %>
-
-
- <%= text_field_tag 'issue_create_date_end_show', '结束日期', :readonly => true, :size => 13, :nhname => 'date_show', :class => 'issues_calendar_input fl'%>
- <%= calendar_for('issue_create_date_end_show') %>
+
+
+
+ <%= calendar_for('issue_create_date_end_show')%>
+
+
+
+
+ <%= calendar_for('issue_create_date_start_show')%>
+
-