Skip to content

Commit

Permalink
Added customize link in project
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 22, 2019
1 parent 6e1a50b commit 726c0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/projects/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<% end %>

<h1><%= @project.name -%></h1>
<%= link_to 'Edit', edit_project_path(@project) %>
<%= link_to 'Edit', edit_project_path(@project) %> <br>
<%= link_to 'Customize attributes', index_preferences_task_path() %>

<div>

Expand Down

0 comments on commit 726c0d6

Please sign in to comment.