diff --git a/app/views/news/_course_news.html.erb b/app/views/news/_course_news.html.erb index ca7e064c7..a7b9693b2 100644 --- a/app/views/news/_course_news.html.erb +++ b/app/views/news/_course_news.html.erb @@ -26,7 +26,7 @@

<% else %> <% @newss.each do |news| %> -
+
<%= link_to image_tag(url_to_avatar(news.author),:width => 42,:height => 42), user_path(news.author), :class => "problem_pic fl" %>
<%= link_to_user_header(news.author,false,{:class=> 'problem_name c_orange fl'}) if news.respond_to?(:author) %> diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index b16c017a7..9b0d3651e 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -97,7 +97,7 @@ - +

<%= textAreailizable act.notes %>

@@ -167,7 +167,7 @@ <% end %> - +

<%=textAreailizable act, :description %>

@@ -227,7 +227,7 @@ <% else %> <% desStr= textAreailizable(act, :notes) %> <% end %> - +

<%= desStr %>

@@ -282,7 +282,7 @@ <% end %> - +

<%= textAreailizable act,:long_comments %>

@@ -344,7 +344,7 @@ <% end %> - +

<%= textAreailizable(act,:content) %>

@@ -385,7 +385,7 @@ <% end %> - +

@@ -428,7 +428,7 @@ <% end %> - +

<%= textAreailizable act,:description %>

@@ -559,7 +559,7 @@ <% end %> - +

<%= textAreailizable act, :description %>

@@ -633,7 +633,7 @@ - +

<%= textAreailizable e.notes %>