Skip to content

Commit bf97470

Browse files
authored
GitHub App: faster migration page (#594)
Matches readthedocs/readthedocs.org#12186
1 parent 6528861 commit bf97470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocsext/theme/templates/profiles/private/migrate_to_gh_app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h3 class="ui small header">{% trans "Migrate all projects" %}</h3>
224224
{% endblocktrans %}
225225
</p>
226226

227-
{% if migration_targets and not step_revoke_completed %}
227+
{% if has_projects_pending_migration and not step_revoke_completed %}
228228
<div class="ui small warning message">
229229
<i class="fad fa-warning icon"></i>
230230
{% blocktrans trimmed with migrate_step="?step=migrate" manual_migration_docs="#" %}

0 commit comments

Comments
 (0)