mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 22:48:00 +02:00
5793e2dbb5
The Remove action in the dashboard dropdown was gated on status == 'ready', so expired repos showed no way to be removed and stuck on the front page. The backend DELETE route already accepts any non-'removed' status, so widen the ng-show to include 'expired' and 'error'. Fixes #463.