Mercurial > hg > soundsoftware-site
changeset 1108:afac109ac063 bibplugin_bibtex
Removed unused files.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 06 Dec 2012 16:37:47 +0000 |
parents | b5c396ea06e4 |
children | dfa5d63d40b4 |
files | vendor/plugins/redmine_bibliography/app/views/publications/_new_bibtex_step.html.erb vendor/plugins/redmine_bibliography/app/views/publications/_review_bibtex_step.html.erb vendor/plugins/redmine_bibliography/app/views/publications/import.html.erb |
diffstat | 3 files changed, 0 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ -<h3>New Bibtex</h3> - -<h4>Paste your Bibtex entries here</h4> -<p> - <%=label_tag :bibtex_entry %> - <%=text_area_tag :bibtex_entry%> -</p> - -
--- 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 @@ -<h2>Review new entries</h2> -
--- 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 @@ -<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 %> -