blob: b553704a02e6459f99c26b006d6b6a8860817530 (
plain)
1
2
3
4
5
|
<h2><%= link_to l(:label_tracker_plural), trackers_path %> » <%=h @tracker %></h2>
<% labelled_form_for @tracker do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>
|