{# # This file is part of Invenio. # Copyright (C) 2014, 2015, 2016 CERN. # # Invenio is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # Invenio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Invenio; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. #} {%- import "invenio_github/settings/helpers.html" as helpers with context %} {%- if not request.is_xhr %} {%- extends config.GITHUB_SETTINGS_TEMPLATE %} {%- block css %} {{ super() }} {% assets "invenio_github_css" %}{% endassets %} {%- endblock css %} {%- block javascript %} {{ super() }} {% assets "invenio_github_js" %}{% endassets %} {%- endblock %} {%- endif %} {%- block settings_content %}
If your organization's repositories do not show up in the list, please ensure you have enabled third-party access to the {{config.THEME_SITENAME | default('Invenio')}} application. Private repositories are not supported.
You have no repositories on GitHub.
Go to GitHub and create your first or
click Sync-button to synchronize latest changes from GitHub.
{{ _('To get started, click "Connect" and we will get a list of your repositories from GitHub.') }}