diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb
index 05ce3bcac..408a6f8e6 100644
--- a/app/views/calendars/show.html.erb
+++ b/app/views/calendars/show.html.erb
@@ -36,5 +36,5 @@
<% html_title(l(:label_calendar)) -%>
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index 759f8c232..d24971be2 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -319,5 +319,5 @@
<% end %>
diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index b0de79d7c..fced40737 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -89,7 +89,7 @@
-
+
<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
diff --git a/app/views/projects/feedback.html.erb b/app/views/projects/feedback.html.erb
index 77f754567..f46b04aee 100644
--- a/app/views/projects/feedback.html.erb
+++ b/app/views/projects/feedback.html.erb
@@ -50,5 +50,5 @@ function checkMaxLength() {
<% html_title(l(:label_project_tool_response)) -%>
\ 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 2af67293f..1001557ae 100644
--- a/app/views/pull_requests/index.html.erb
+++ b/app/views/pull_requests/index.html.erb
@@ -1,4 +1,4 @@
-<%= render :partial => "pull_requests/pull_request_container" %>
+<%#= render :partial => "pull_requests/pull_request_container" %>
- <%= link_to "待处理#{@requests_opened_count}".html_safe, project_pull_requests_path(:type => "1"), :remote => true %>
- <%= link_to "已处理#{@requests_merged_count}".html_safe, project_pull_requests_path(:type => "2"), :remote => true %>
@@ -16,7 +16,8 @@
diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb
index b12302e6e..2f6d53c8c 100644
--- a/app/views/repositories/show.html.erb
+++ b/app/views/repositories/show.html.erb
@@ -94,5 +94,5 @@
<% html_title(l(:label_repository)) -%>
diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index 3a3740a23..ee940f342 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -74,5 +74,5 @@
<%= context_menu issues_context_menu_path %>
diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb
index 83b1d18ae..a14cc01c1 100644
--- a/app/views/wiki/edit.html.erb
+++ b/app/views/wiki/edit.html.erb
@@ -68,5 +68,5 @@
<% html_title @page.pretty_title %>
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb
index 995c44924..bd9a0dc90 100644
--- a/app/views/wiki/show.html.erb
+++ b/app/views/wiki/show.html.erb
@@ -95,6 +95,6 @@
});
};
- $("#RSide").css("width","730px");
+ $(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
\ No newline at end of file