diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb
index 496b87da..288325a0 100644
--- a/app/views/todos/_todo.html.erb
+++ b/app/views/todos/_todo.html.erb
@@ -11,7 +11,7 @@
<%= remote_star_icon %>
<%= remote_toggle_checkbox unless source_view_is :deferred %>
- <%= defer_link(1) %> <%= defer_link(7) %>
+ <% unless @todo.completed? %><%= defer_link(1) %> <%= defer_link(7) %><% end %>
<%= date_span -%>
<%= h sanitize(todo.description) %>
<%= link_to(image_tag("recurring16x16.png"), {:controller => "recurring_todos", :action => "index"}, :class => "recurring_icon") if @todo.from_recurring_todo? %>