diff options
Diffstat (limited to 'app/views/documents')
-rw-r--r-- | app/views/documents/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/documents/index.html.erb b/app/views/documents/index.html.erb index 84567741e..8a00f61b5 100644 --- a/app/views/documents/index.html.erb +++ b/app/views/documents/index.html.erb @@ -8,7 +8,7 @@ <%= labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <p> - <%= submit_tag l(:button_create) %> + <%= submit_tag l(:button_create) %> <%= link_to l(:button_cancel), "#", :onclick => '$("#add-document").hide(); return false;' %> </p> <% end %> |