# HG changeset patch # User luisf # Date 1354811867 0 # Node ID afac109ac063a3788880a4ef02429874ee7cd26a # Parent b5c396ea06e4b5870576b273314ffbee9bfd773a Removed unused files. diff -r b5c396ea06e4 -r afac109ac063 vendor/plugins/redmine_bibliography/app/views/publications/_new_bibtex_step.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/_new_bibtex_step.html.erb Wed Dec 05 19:13:15 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -

New Bibtex

- -

Paste your Bibtex entries here

-

- <%=label_tag :bibtex_entry %> - <%=text_area_tag :bibtex_entry%> -

- - diff -r b5c396ea06e4 -r afac109ac063 vendor/plugins/redmine_bibliography/app/views/publications/_review_bibtex_step.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/_review_bibtex_step.html.erb Wed Dec 05 19:13:15 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -

Review new entries

- diff -r b5c396ea06e4 -r afac109ac063 vendor/plugins/redmine_bibliography/app/views/publications/import.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/import.html.erb Wed Dec 05 19:13:15 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -

New Publication

- -<% form_for @publication, :url => { :action => "create" } do |f| %> - <% f.error_messages %> - - <%= render :partial => "#{@publication.current_step}_bibtex_step", :locals => { :f => f } %> - -

<%= f.submit "Submit" %>

-

<%= f.submit "Back", :name => "back_button" unless @publication.first_step? %>

- -<% end %> -