diff --git a/app/views/messages/_course_show.html.erb b/app/views/messages/_course_show.html.erb index 613444c15..1c1628ded 100644 --- a/app/views/messages/_course_show.html.erb +++ b/app/views/messages/_course_show.html.erb @@ -1,59 +1,3 @@ - -

<%= l(:label_board) %>

@@ -108,7 +52,7 @@ <%= link_to_user_header message.author,false,:class => 'c_blue fb fl mb10 ' %> <%= format_time(message.created_on) %>
- <%= textilizable message,:content,:attachments => message.attachments %> +

<%= textilizable message,:content,:attachments => message.attachments %>

<%= link_to_attachments_course message, :author => false %>
diff --git a/app/views/news/_course_show.html.erb b/app/views/news/_course_show.html.erb index 9ea8159bd..ed6011e29 100644 --- a/app/views/news/_course_show.html.erb +++ b/app/views/news/_course_show.html.erb @@ -115,7 +115,7 @@
<%= link_to_user_header(comment.author,false,:class => 'c_blue fb fl mb10 ') if comment.respond_to?(:author) %><%= format_time(comment.created_on) %>
- <%= textilizable(comment.comments) %> +

<%= textilizable(comment.comments) %>

<%= link_to_if_authorized_course image_tag('delete.png'), {:controller => 'comments', :action => 'destroy', :id => @news, :comment_id => comment}, :data => {:confirm => l(:text_are_you_sure)}, :method => :delete, :title => l(:button_delete) %>