You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readthedocs/templates/projects/project_import_bitbucket.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
{% if bitbucket_connected %}
11
11
<pclass="empty sync-repositories">
12
12
{% url 'api_sync_bitbucket_repositories' as sync_url %}
13
-
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".respository-list"'|safe %}Showing your BitBucket projects. <button{{button_attrs}}>Sync your BitBucket projects</button> to update them.{% endblocktrans %}
13
+
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".repository-list"'|safe %}Showing your BitBucket projects. <button{{button_attrs}}>Sync your BitBucket projects</button> to update them.{% endblocktrans %}
Copy file name to clipboardExpand all lines: readthedocs/templates/projects/project_import_github.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
{% if github_connected %}
11
11
<pclass="empty sync-repositories">
12
12
{% url 'api_sync_github_repositories' as sync_url %}
13
-
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".respository-list"'|safe %}Showing your GitHub projects. <button{{button_attrs}}>Sync your GitHub projects</button> to update them.{% endblocktrans %}
13
+
{% blocktrans with button_attrs=' class="inline" data-sync-repositories="'|add:sync_url|add:'" data-target=".repository-list"'|safe %}Showing your GitHub projects. <button{{button_attrs}}>Sync your GitHub projects</button> to update them.{% endblocktrans %}
0 commit comments