new.html.erb
5 lines
| 187 B
| text/plain
|
TextLexer
|
r11820 | <%= title [l(:label_tracker_plural), trackers_path], l(:label_tracker_new) %> | ||
|
r2 | |||
|
r9346 | <%= labelled_form_for @tracker do |f| %> | ||
|
r19 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
|
r2333 | <% end %> | ||