diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index 889a37cbd..9a918bb5f 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -11,7 +11,7 @@
<% unless issue.assigned_to_id.nil? %>
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index 956a725be..b45621850 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -34,7 +34,7 @@
:id => act.id},
:class => "problem_tit fl fb " %>
-
<%= textAreailizable act,:description %>
+
<%= textAreailizable act,:description %>
<%= l :label_activity_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
<%= textAreailizable act,:notes %>
+
<%= textAreailizable act,:notes %>
<%= l :label_activity_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
<%= textAreailizable act,:content %>
+
<%= textAreailizable act,:content %>
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
<%= textAreailizable act,:description %>
+
<%= textAreailizable act,:description %>
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
<%= textAreailizable act,:description %>
+
<%= textAreailizable act,:description %>
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
<%= textAreailizable act,:description %>
+
<%= textAreailizable act,:description %>
<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>