5 lines
187 B
Text
5 lines
187 B
Text
<%= title [l(:label_tracker_plural), trackers_path], l(:label_tracker_new) %>
|
|
|
|
<%= labelled_form_for @tracker do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<% end %>
|