diff --git a/app/views/stats/done.html.erb b/app/views/stats/done.html.erb
index f81b04c4..7d8d1bf8 100644
--- a/app/views/stats/done.html.erb
+++ b/app/views/stats/done.html.erb
@@ -1,6 +1,6 @@
-
<%= link_to t('common.show_all'), done_todos_path%>
+
<%= link_to t('common.show_all'), done_todos_path%>
<%= t('common.last') %> <%= t('states.completed_plural' )%> <%= t('common.actions') %>
@@ -12,7 +12,7 @@
-
<%= link_to t('common.show_all'), done_projects_path%>
+
<%= link_to t('common.show_all'), done_projects_path%>
<%= t('common.last') %> <%= t('states.completed_plural' )%> <%= t('common.projects') %>
@@ -29,7 +29,7 @@
-
<%= link_to t('common.show_all'), done_recurring_todos_path%>
+
<%= link_to t('common.show_all'), done_recurring_todos_path%>
<%= t('common.last') %> <%= t('states.completed_plural' )%> <%= t('common.recurring_todos') %>