view app/views/trackers/new.rhtml @ 683:c3e6c51170fa feature_36

Feature #238 - the New Publication now shows all fields correctly.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 16 Sep 2011 11:14:10 +0100
parents 513646585e45
children
line wrap: on
line source
<h2><%= link_to l(:label_tracker_plural), :controller => 'trackers', :action => 'index' %> &#187; <%=l(:label_tracker_new)%></h2>

<% form_for :tracker, @tracker, :url => { :action => 'new' }, :builder => TabularFormBuilder do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>