annotate .svn/pristine/c2/c299ca060f15e623987cf6394cff809ee4d3e1d6.svn-base @ 1113:ca871a83c0f4
bibplugin_bibtex
creates the author in case it no suggestion was made by the user.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 11 Dec 2012 18:48:33 +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 %>
|