summaryrefslogtreecommitdiff
path: root/app/views/task_lists/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/task_lists/index.html.erb')
-rw-r--r--app/views/task_lists/index.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/task_lists/index.html.erb b/app/views/task_lists/index.html.erb
index f405498..f8905b8 100644
--- a/app/views/task_lists/index.html.erb
+++ b/app/views/task_lists/index.html.erb
@@ -1,5 +1,3 @@
-<%= link_to "Create a new list", new_task_list_path %>
-
<ul>
<% @task_lists.each do |task_list| %>
<li><%= link_to task_list.name, task_list_path(task_list) %></li>