annotate .svn/pristine/8c/8c9985bb9b23719d27561e0988a8665ae9ec3fc9.svn-base @ 1376:6ba24edae331
luisf
Moved the code in bibliography.js and order_authorships.js from the js files to the view files - so that I can use ERB to build the AJAX call paths - otherwise I woudl have problems with redmine installations in subfolders.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Fri, 30 Aug 2013 17:33:05 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 <h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> » <%=h @enumeration %></h2>
|
Chris@909
|
2
|
Chris@909
|
3 <% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
|
Chris@909
|
4 <%= render :partial => 'form' %>
|
Chris@909
|
5 <%= submit_tag l(:button_save) %>
|
Chris@909
|
6 <% end %>
|