To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vendor / plugins / redmine_bibliography / app / views / publications / new / _default.html.erb @ 1052:6674e52e20bf
History | View | Annotate | Download (338 Bytes)
| 1 |
<% form_for @publication, :url => { :project_id => @project, :action => :create }, :builder => TabularFormBuilder do |f| -%>
|
|---|---|
| 2 |
<div class="box tabular settings"> |
| 3 |
<fieldset>
|
| 4 |
<%= render :partial => 'form', :locals => { :f => f } %>
|
| 5 |
|
| 6 |
<div style="clear:both"></div> |
| 7 |
<%= f.submit %>
|
| 8 |
</fieldset>
|
| 9 |
</div>
|
| 10 |
<%- end -%>
|