1
0

Fix targets#create

This commit is contained in:
cryptogopher
2021-03-07 15:07:45 +01:00
parent 406eabaccc
commit 5b73e9e7fd
11 changed files with 33 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
<h3><%= t ".heading_common" %></h3>
<ul>
<li>
<%= link_to t(".link_targets"), project_targets_path(@project) %>
<%= link_to t(".link_targets"), goal_targets_path(@project.goals.binding) %>
/
<%= link_to t(".link_goals"), project_goals_path(@project) %>
</li>