annotate .svn/pristine/c2/c299ca060f15e623987cf6394cff809ee4d3e1d6.svn-base @ 1117:b4b72f1eb644
redmine-2.2-integration
Moved all the plugins from the vendor folder to the application root folder.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 08 Jan 2013 12:32:05 +0000 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 <h2><%= link_to l(:label_tracker_plural), trackers_path %> » <%=l(:label_tracker_new)%></h2>
|
Chris@909
|
2
|
Chris@909
|
3 <% form_for @tracker, :builder => TabularFormBuilder do |f| %>
|
Chris@909
|
4 <%= render :partial => 'form', :locals => { :f => f } %>
|
Chris@909
|
5 <% end %>
|