docbrown/app/views/users/_integrations_github_repositories.html.erb
Lisa Sy fc4f6e3b1c
Improve information architecture of Settings (#11347)
* WIP Rename categories and make consistency card titles

* Add rest of sections to Extensions page

* icons

* Reshuffle Integrations and remove unnecessary Integrations tab in controller

* Update rspec tests

* Fix specs

Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
Co-authored-by: rhymes <rhymes@hey.com>
2020-11-24 12:26:06 -08:00

19 lines
471 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>
</header>
<div id="github-repos-container">
<div class="github-repos loading-repos">
</div>
</div>
<%= javascript_packs_with_chunks_tag "githubRepos", defer: true %>
</div>
<% end %>