1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/targets/index.html.erb
2020-06-25 03:56:49 +02:00

12 lines
205 B
Plaintext

<div class="contextual">
<%= render partial: 'targets/contextual' %>
</div>
<div id="new-target">
</div>
<h2><%= t ".heading" %></h2>
<div id='targets'>
<%= render partial: 'targets/index' %>
</div>