6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
|
<h3><%= link_to l(:label_tracker_plural), trackers_path %> » <%=h @tracker %></h3>
|
||
|
|
||
|
<%= labelled_form_for @tracker do |f| %>
|
||
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
<% end %>
|