docbrown/app/views/users/_integrations_github_repositories.html.erb
rhymes 1c8b44f326
Remove GitHub repositories when GitHub identity is removed (#11951)
* Remove GitHub repositories when user deletes their own GitHub identity

* Remove GitHub repos also from the admin remove identity

* Add a notice in Settings/Extension

* Add data update script to cleanup orphan GitHub repos
2020-12-20 15:15:40 +01:00

22 lines
630 B
Text

<% if show_integration %>
<div class="crayons-card crayons-card--content-rows">
<header>
<h2 class="crayons-subtitle-1">
GitHub
</h2>
<p class="color-base-70">
Pin your GitHub repositories to your profile.
</p>
<p class="color-base-70">
<em>Repositories will be disappear from your profile if you remove the OAuth association with GitHub.</em>
</p>
</header>
<div id="github-repos-container">
<div class="github-repos loading-repos">
</div>
</div>
<%= javascript_packs_with_chunks_tag "githubRepos", defer: true %>
</div>
<% end %>