annotate app/views/enumerations/new.rhtml @ 696:a0e028d6060a
luisf
The booktitle string was missing from the all_fields class variable (BibtexEntryType class); fixes Bug #297.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Mon, 19 Sep 2011 12:48:52 +0100 |
parents |
513646585e45 |
children |
|
rev |
line source |
Chris@0
|
1 <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=l(:label_enumeration_new)%></h2>
|
Chris@0
|
2
|
Chris@0
|
3 <% form_tag({:action => 'create'}, :class => "tabular") do %>
|
Chris@0
|
4 <%= render :partial => 'form' %>
|
Chris@0
|
5 <%= submit_tag l(:button_create) %>
|
Chris@0
|
6 <% end %>
|