diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index a7d7711eb..4e43514e8 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -310,7 +310,7 @@
<% end %>
<% end %>
<% if @issues.empty? %>
-
<%= l(:label_no_data) %>
+ <%= l(:label_no_data) %>
<% else %>
<%= render :partial => 'issues/all_list', :locals => {:issues => @issues, :query => @query,:issue_pages=>@issue_pages,:issue_count=>@issue_count,:project=>@project,:subject=>@subject} %>
@@ -331,190 +331,3 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/views/projects/_no_data.html.erb b/app/views/projects/_no_data.html.erb
new file mode 100644
index 000000000..249a67af0
--- /dev/null
+++ b/app/views/projects/_no_data.html.erb
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/app/views/pull_requests/index.html.erb b/app/views/pull_requests/index.html.erb
index 6f0061577..2e10d6598 100644
--- a/app/views/pull_requests/index.html.erb
+++ b/app/views/pull_requests/index.html.erb
@@ -41,10 +41,6 @@
});
<% else %>
-
-
- 版本库中还没有提交代码,请先提交代码
-
-
+ <%= render :partial => "projects/no_data" %>
<% end %>
diff --git a/public/images/new_project/icons_smile.png b/public/images/new_project/icons_smile.png
new file mode 100644
index 000000000..b760d82fc
Binary files /dev/null and b/public/images/new_project/icons_smile.png differ
diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css
index 342ac0730..2db68998d 100644
--- a/public/stylesheets/css/project.css
+++ b/public/stylesheets/css/project.css
@@ -1008,4 +1008,8 @@ textarea.muban_textarea{ width: 98.5%;border:1px solid #ddd; background:#fff; co
.alert-blue{ background-color: #d9edf7;border-color: #bce8f1; color: #3a87ad;}
.alert-orange{ background-color: #fff9e9;border-color: #f6d0b1; color:#ee4a20;}
.close{padding: 0;cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 21px; font-weight: bold;line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.3;}
-.close:hover{opacity: 0.5;}
\ No newline at end of file
+.close:hover{opacity: 0.5;}
+
+/* 课程大纲 */
+.icons_tishi{ width: 110px; height: 110px;margin: 135px auto 20px;}
+.sy_tab_con_p{ font-size: 16px;text-align: center; margin-bottom:100px; color:#888;}
\ No newline at end of file