summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/edit.html.erb
blob: 76744c403d6b0d2344a0a927a5e77674366eca8f (plain)
1
2
3
4
5
<h2><%= link_to l(:label_tracker_plural), trackers_path %> &#187; <%=h @tracker %></h2>

<%= labelled_form_for @tracker do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>