diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 748ace95e4..b25237fdf5 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -3,7 +3,8 @@ <% end %>

<%= @project.name -%>

-<%= link_to 'Edit', edit_project_path(@project) %> +<%= link_to 'Edit', edit_project_path(@project) %>
+<%= link_to 'Customize attributes', index_preferences_task_path() %>