Skip to content

Commit

Permalink
Show age of withdrawal request
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 12, 2024
1 parent f20b78f commit fa0c026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/roster/views/person/forms.js.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ def render
_ ' Days since submission: '
_ emeritus_request_age
end
elsif form == 'withdrawal_request'
withdrawal_request_age = committer['withdrawal_request_age']
if withdrawal_request_age
_ ' Days since submission: '
_ withdrawal_request_age
end
end
end
end
Expand Down

0 comments on commit fa0c026

Please sign in to comment.