From 726c0d6ac49ff0728f0d3155622ef3e59839ee41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Tue, 22 Jan 2019 13:17:20 -0300 Subject: [PATCH] Added customize link in project --- app/views/projects/show.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() %>