<%=_('New tracker')%>

<%= start_form_tag :action => 'new' %> <%= render :partial => 'form' %> <%= submit_tag _('Create') %> <%= end_form_tag %>