diff --git a/app/views/homework_attach/_history.erb b/app/views/homework_attach/_history.erb
index 6897ef6b5..299ba1aa5 100644
--- a/app/views/homework_attach/_history.erb
+++ b/app/views/homework_attach/_history.erb
@@ -19,7 +19,7 @@
-
<%= link_to journal.user, user_path(journal.user),:style => " font-weight:bold; color:#15bccf; margin-right:30px; background:none;", :target => "_blank"%>2014-10-24
+
<%= link_to journal.user, user_path(journal.user),:style => " font-weight:bold; color:#15bccf; margin-right:30px; background:none;", :target => "_blank"%><%= journal.created_on %>
<%= textilizable journal.notes%>
diff --git a/app/views/homework_attach/_jour.html.erb b/app/views/homework_attach/_jour.html.erb
new file mode 100644
index 000000000..7e2bf8eee
--- /dev/null
+++ b/app/views/homework_attach/_jour.html.erb
@@ -0,0 +1,24 @@
+
+
+
+
+
<%= link_to jour.user, user_path(jour.user),:style => " font-weight:bold; color:#15bccf; margin-right:30px; background:none;", :target => "_blank"%><%= jour.created_on %>评分:
+
+
<%= textilizable jour.notes%>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/views/homework_attach/_show.html.erb b/app/views/homework_attach/_show.html.erb
index 28b1cc0e8..b23c98823 100644
--- a/app/views/homework_attach/_show.html.erb
+++ b/app/views/homework_attach/_show.html.erb
@@ -1,3 +1,5 @@
+<% reply_allow = JournalsForMessage.create_by_user? User.current %>
+