Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/app/views/publications/import.html.erb @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | b4b72f1eb644 |
children |
line wrap: on
line source
<h1>New Publication</h1> <% form_for @publication, :url => { :action => "create" } do |f| %> <% f.error_messages %> <%= render :partial => "#{@publication.current_step}_bibtex_step", :locals => { :f => f } %> <p><%= f.submit "Submit" %></p> <p><%= f.submit "Back", :name => "back_button" unless @publication.first_step? %></p> <% end %>