@@ -8,7 +8,7 | |||||
8 | <%= labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %> |
|
8 | <%= labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %> | |
9 | <%= render :partial => 'form', :locals => {:f => f} %> |
|
9 | <%= render :partial => 'form', :locals => {:f => f} %> | |
10 | <p> |
|
10 | <p> | |
11 |
|
|
11 | <%= submit_tag l(:button_create) %> | |
12 | <%= link_to l(:button_cancel), "#", :onclick => '$("#add-document").hide(); return false;' %> |
|
12 | <%= link_to l(:button_cancel), "#", :onclick => '$("#add-document").hide(); return false;' %> | |
13 | </p> |
|
13 | </p> | |
14 | <% end %> |
|
14 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now