diff --git a/app/views/issues/_all_list.html.erb b/app/views/issues/_all_list.html.erb index 704bcafe8..e478609a1 100644 --- a/app/views/issues/_all_list.html.erb +++ b/app/views/issues/_all_list.html.erb @@ -6,13 +6,19 @@ <%= render :partial => 'issues/project_issue', :locals => {:activity => issue, :user_activity_id => issue.id} %> <% end %> -
- " id="sendexcel" class="btn_newpro_grey fl ml15 mt15" alt="导出" onclick="remote_function_export('<%= @project.id %>')">导出 - 统计 -
+ +
+
+ +
+ +
    <%= pagination_links_full @issue_pages, @issue_count, :per_page_links => false, :remote => @is_remote, :flag => true, :is_new => true%>
-
+
\ No newline at end of file