diff --git a/app/assets/templates/dashboard/projects.html.erb b/app/assets/templates/dashboard/projects.html.erb index 12060092b..db670763d 100644 --- a/app/assets/templates/dashboard/projects.html.erb +++ b/app/assets/templates/dashboard/projects.html.erb @@ -26,7 +26,7 @@
-
diff --git a/app/assets/templates/projects/show.html.erb b/app/assets/templates/projects/show.html.erb index 4f49a6c68..877b9099f 100644 --- a/app/assets/templates/projects/show.html.erb +++ b/app/assets/templates/projects/show.html.erb @@ -72,7 +72,7 @@
-
Par {{project.author.first_name}}
+
By {{project.author.first_name}}
posted on {{project.created_at | amDateFormat: 'Do MMMM YYYY'}}