|
|
|
@ -173,7 +173,7 @@ class SoftapplicationsController < ApplicationController
|
|
|
|
|
@softapplication.deposit_project = params[:project]
|
|
|
|
|
respond_to do |format|
|
|
|
|
|
if @softapplication.update_attributes(params[:softapplication])
|
|
|
|
|
format.html { redirect_to @softapplication, notice: 'Softapplication was successfully updated.' }
|
|
|
|
|
format.html { redirect_to @softapplication, notice: l(:notice_softapplication_was_successfully_updated) }
|
|
|
|
|
format.json { head :no_content }
|
|
|
|
|
else
|
|
|
|
|
format.html { render action: "edit" }
|
|
|
|
|