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;" %>