12 lines
350 B
Text
12 lines
350 B
Text
<% if show_integration %>
|
|
<div class="crayons-card crayons-card--content-rows">
|
|
<h3>Pin a few of your GitHub repositories to your profile</h3>
|
|
|
|
<div id="github-repos-container">
|
|
<div class="github-repos loading-repos">
|
|
</div>
|
|
</div>
|
|
|
|
<%= javascript_packs_with_chunks_tag "githubRepos", defer: true %>
|
|
</div>
|
|
<% end %>
|