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 / vendor / plugins / redmine_bibliography / app / views / publications / new.html.erb @ 1063:6f464526403b

History | View | Annotate | Download (493 Bytes)

1
<% content_for :header_tags do %>
2
    <%= javascript_include_tag 'authors', :plugin => 'redmine_bibliography' %>
3
    <%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' %>
4
<% end %>
5

    
6
<h2><%=l(:label_publication_new)%></h2>
7

    
8
<% form_for @publication, :url => { :project_id  => @project, :action => :create }, :builder => TabularFormBuilder do |f| -%>
9
  <%= render :partial => 'form', :locals => { :f => f }  %>
10
  <div style="clear:both"></div>
11
  <%= f.submit %>
12
<% end %>