From 709c026910a8274026b3b0ac007a8d20fd05cd5b Mon Sep 17 00:00:00 2001
From: yutao <283765470@qq.com>
Date: Thu, 28 May 2015 15:48:52 +0800
Subject: [PATCH] ...
---
app/views/boards/_course_show.html.erb | 4 ++--
app/views/boards/_project_show.html.erb | 2 +-
app/views/boards/show.html.erb | 13 ++++++++-----
public/images/public_icon.png | Bin 4987 -> 11734 bytes
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/app/views/boards/_course_show.html.erb b/app/views/boards/_course_show.html.erb
index 889e82350..0b0e95b21 100644
--- a/app/views/boards/_course_show.html.erb
+++ b/app/views/boards/_course_show.html.erb
@@ -132,8 +132,8 @@
<%= link_to_user_header message.author,false,:class => 'fl c_orange ' %>
-
<%= textAreailizable message,:content,:attachments => message.attachments %>
-
+
<%= textAreailizable message,:content,:attachments => message.attachments %>
+
<%= format_time(message.created_on) %>
<%= link_to(
diff --git a/app/views/boards/_project_show.html.erb b/app/views/boards/_project_show.html.erb
index 48b3d6ccf..a8dc4ad1a 100644
--- a/app/views/boards/_project_show.html.erb
+++ b/app/views/boards/_project_show.html.erb
@@ -120,7 +120,7 @@
<%= link_to_user_header message.author,false,:class => 'fl c_orange ' %>
-
<%= textAreailizable message,:content,:attachments => message.attachments %>
+
<%= textAreailizable message,:content,:attachments => message.attachments %>
<%= format_time(message.created_on) %>
diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb
index 8bc4cc7af..69300ec4b 100644
--- a/app/views/boards/show.html.erb
+++ b/app/views/boards/show.html.erb
@@ -1,7 +1,10 @@