docbrown/app/views/users/_integrations_github_repositories.html.erb
ludwiczakpawel dde7fb0423
Settings padding on mobile (#11183)
* tooltips 1.0.1

* tooltips 1.0.1

* padding improvement
2020-10-30 17:26:41 +01:00

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 %>