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 / _default.html.erb @ 1043:8cfa9b743559

History | View | Annotate | Download (289 Bytes)

1 1043:8cfa9b743559 luis
<% form_for @publication, :url => { :project_id  => @project, :action => :create }, :class => "tabular" do |f| -%>
2
  <div class="box tabular settings">
3
    <%= render :partial => 'form', :locals => { :f => f }  %>
4
    <div style="clear:both"></div>
5
    <%= f.submit %>
6
  </div>
7
<%- end -%>