Mercurial > hg > soundsoftware-site
annotate .svn/pristine/14/1416b352c6fb64d06513cc44f62b6e1f359f63c7.svn-base @ 1274:5ea1a213c7a5 redmine-2.2-integration
Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 09 May 2013 18:44:59 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <%= error_messages_for 'board' %> |
Chris@909 | 2 |
Chris@909 | 3 <!--[form:board]--> |
Chris@909 | 4 <div class="box"> |
Chris@909 | 5 <p><%= f.text_field :name, :required => true %></p> |
Chris@909 | 6 <p><%= f.text_field :description, :required => true, :size => 80 %></p> |
Chris@909 | 7 </div> |
Chris@909 | 8 <!--[eoform:board]--> |