From c964cf9d9dfe453ee3dc79a77576bb5d5400d44d Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Mon, 14 Apr 2014 22:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=86=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E9=A1=B5=E9=9D=A2=E6=98=9F=E6=98=9F=E7=9A=84?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/softapplications/new.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/softapplications/new.html.erb b/app/views/softapplications/new.html.erb index 444a217f6..d7ea95799 100644 --- a/app/views/softapplications/new.html.erb +++ b/app/views/softapplications/new.html.erb @@ -28,23 +28,23 @@ <%= l(:label_softapplication_type) %> - * : <%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %> + * : <%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %>

- <%= l(:label_softapplication_description) %> - * : <%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %> + <%= l(:label_softapplication_description) %> + * : <%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %>

- <%= l(:label_softapplication_developers) %> - * : <%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:400px;" %> + <%= l(:label_softapplication_developers) %> + * : <%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:400px;" %>