To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_bibliography / app / views / publications / new.html.erb @ 1274:5ea1a213c7a5

History | View | Annotate | Download (561 Bytes)

1 545:a2c2b9f8380b luis
<% content_for :header_tags do %>
2
    <%= javascript_include_tag 'authors', :plugin => 'redmine_bibliography' %>
3 1274:5ea1a213c7a5 luis
    <%= javascript_include_tag 'bibliography', :plugin => 'redmine_bibliography' %>
4 619:4ede44d53f76 chris
    <%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' %>
5 545:a2c2b9f8380b luis
<% end %>
6 329:4575b631f6ce luis
7 545:a2c2b9f8380b luis
<h2><%=l(:label_publication_new)%></h2>
8
9 1274:5ea1a213c7a5 luis
<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :create } do |f| -%>
10
    <%= render :partial => 'form', :locals => { :f => f }  %>
11
    <div style="clear:both"></div>
12
    <%= f.submit %>
13 578:c8552c08687f chris
<% end %>