将提交和返回按钮放到文件上传的框内

This commit is contained in:
alan 2014-04-17 14:49:51 +08:00
parent f6a1e90ad1
commit 9206a30bd4
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@
<p id="put-bid-form-partial">
<%= render :partial => 'attachments/form' %>
</p>
</fieldset>
<%= submit_tag l(:button_create) %>
<%= link_to (t :button_back), project_for_bid_homework_path %>
</fieldset>
<% end %>
</div>