fix indent

parent eb38977a
Pipeline #1024 failed with stages
in 0 seconds
......@@ -17,6 +17,7 @@ class JobAppliedsController < ApplicationController
@user = current_user.job_applieds.new(apply_params)
@user.cv_user = current_user.cv_user if apply_params[:cv_user].blank?
if @user.invalid?
flash[:danger] = @user.errors.full_messages.join('<br>')
redirect_to apply_job_path(job_id: apply_params[:job_id])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment