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 @ 1051:ef882e222003

History | View | Annotate | Download (338 Bytes)

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