* Rename find_or_create to upsert and improve validation and testing * Add User.authenticated_through? * Refactor settings/integrations * Refactor profile github repositories rendering * Refactor repos fetching * Only fetch a single repo and improve error messages * Remove unused code * Cleanups * Fix specs * Remove trailing whitespace * Fix spec * Trigger Travis
10 lines
416 B
Text
10 lines
416 B
Text
<div id="sidebar-wrapper-right" class="sidebar-wrapper sidebar-wrapper-right">
|
|
<div class="sidebar-bg" id="sidebar-bg-right">
|
|
</div>
|
|
|
|
<div class="side-bar sidebar-additional showing" id="sidebar-additional">
|
|
<%= render "users/organizations_area" %>
|
|
<%= render partial: "users/github_repositories_area", locals: { repositories: repositories } %>
|
|
<%= render "articles/badges_area" %>
|
|
</div>
|
|
</div>
|