From d4c1f27533b2c45c9cd3f45b21f34c3c2bc0648c Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 12 May 2016 15:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=81=E6=9C=89=E4=BD=9C=E4=B8=9A=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=88=86=E4=BA=AB=E6=97=B6=EF=BC=8C=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E5=86=99=E8=AF=B7=E6=B1=82=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_apply_homework.html.erb | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/app/views/users/_apply_homework.html.erb b/app/views/users/_apply_homework.html.erb index cd906fc8f..ddfac69cc 100644 --- a/app/views/users/_apply_homework.html.erb +++ b/app/views/users/_apply_homework.html.erb @@ -1,16 +1,28 @@
<%= form_tag(apply_for_homework_user_path(:id=>User.current.id,:homework_id=>homework.id), :multipart => true,:remote => true,:name=>"apply_for_homework_form",:id=>'apply_for_homework_form') do %> -

请求分享

-

- 请求说明(可选): - +

申请分享

+

+ 申请说明(必选): +

+ <% end %>
-
\ No newline at end of file + + \ No newline at end of file