Added test_create_binding_target
Goals (incl. binding) are required to have targets Plugin fixtures are available through accessors
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<li><%= link_to t(".link_sources"), project_sources_path(@project) %></li>
|
||||
<li><%= link_to t(".link_quantities"), project_quantities_path(@project) %></li>
|
||||
<li><%= link_to t(".link_units"), project_units_path(@project) %></li>
|
||||
<% if User.current.allowed_to?(:manage_common, @project) %>
|
||||
<% if User.current.allowed_to?(:manage_body_trackers, @project) %>
|
||||
<li> </li>
|
||||
<li><p><%= link_to t(".link_defaults"), defaults_project_body_trackers_path(@project),
|
||||
method: :post, data: {confirm: t(".confirm_defaults")} %></li>
|
||||
|
||||
Reference in New Issue
Block a user