diff --git a/app/views/open_source_projects/_show_bug.html.erb b/app/views/open_source_projects/_show_bug.html.erb
index 43ea2eac7..737ec979a 100644
--- a/app/views/open_source_projects/_show_bug.html.erb
+++ b/app/views/open_source_projects/_show_bug.html.erb
@@ -10,7 +10,7 @@
<%= link_to image_tag(url_to_avatar(topic.author), :class => "avatar"), user_path(topic.author) if topic.author%>
- <%= image_tag('../images/avatars/User/0', :class => "avatar") unless topic.author%> |
+ <%= image_tag('/images/avatars/User/0', :class => "avatar") unless topic.author%>
diff --git a/app/views/open_source_projects/_show_memo.html.erb b/app/views/open_source_projects/_show_memo.html.erb
index 6633ccd75..c72282b25 100644
--- a/app/views/open_source_projects/_show_memo.html.erb
+++ b/app/views/open_source_projects/_show_memo.html.erb
@@ -10,7 +10,7 @@
<%= link_to image_tag(url_to_avatar(topic.author), :class => "avatar"), user_path(topic.author) if topic.author%>
- <%= image_tag('../images/avatars/User/0', :class => "avatar") unless topic.author%> |
+ <%= image_tag('/images/avatars/User/0', :class => "avatar") unless topic.author%>
diff --git a/app/views/open_source_projects/_show_topics.html.erb b/app/views/open_source_projects/_show_topics.html.erb
index 38f689244..6d20ccce8 100644
--- a/app/views/open_source_projects/_show_topics.html.erb
+++ b/app/views/open_source_projects/_show_topics.html.erb
@@ -412,7 +412,7 @@
<%= link_to image_tag(url_to_avatar(topic.author), :class => "avatar"), user_path(topic.author) if topic.author%>
- <%= image_tag('../images/avatars/User/0', :class => "avatar") unless topic.author%> |
+ <%= image_tag('/images/avatars/User/0', :class => "avatar") unless topic.author%>
diff --git a/app/views/open_source_projects/allbug.html.erb b/app/views/open_source_projects/allbug.html.erb
index d5c0c2e55..b4c0e896b 100644
--- a/app/views/open_source_projects/allbug.html.erb
+++ b/app/views/open_source_projects/allbug.html.erb
@@ -14,7 +14,7 @@
<%= link_to image_tag(url_to_avatar(topic.author), :class => "avatar"), user_path(topic.author) if topic.author%>
- <%= image_tag('../images/avatars/User/0', :class => "avatar") unless topic.author%> |
+ <%= image_tag('/images/avatars/User/0', :class => "avatar") unless topic.author%>
diff --git a/app/views/org_document_comments/_new.html.erb b/app/views/org_document_comments/_new.html.erb
index 3a3356c66..ed35cc663 100644
--- a/app/views/org_document_comments/_new.html.erb
+++ b/app/views/org_document_comments/_new.html.erb
@@ -1,4 +1,3 @@
-<%= javascript_include_tag "/assets/kindeditor/kindeditor",'/assets/kindeditor/pasteimg'%>
+<%= javascript_include_tag "i18n/jquery.ui.datepicker-zh-CN.js" %>
| | | |