1
0

Added new Unit form

This commit is contained in:
cryptogopher
2019-08-10 23:31:20 +02:00
parent 2cd9900cea
commit b0789e6217
10 changed files with 65 additions and 17 deletions

View File

@@ -5,5 +5,5 @@
<h3><%= t ".heading_common" %></h3>
<ul>
<li><%= link_to t(".link_units"), units_project_body_trackers_path(@project) %></li>
<li><%= link_to t(".link_units"), project_units_path(@project) %></li>
</ul>

View File

@@ -1,5 +0,0 @@
<h2><%= t ".heading" %></h2>
<% content_for :sidebar do %>
<%= render :partial => 'body_trackers/sidebar' %>
<% end %>