{% extends g.theme.master %} {% block extra_css %} {% endblock %} {% macro clone_info(repo) %} {% if repo %}
{% if h.has_artifact_access('write')() %}

The repository is also available via HTTPS for those who are unable to use the above methods due to firewall restrictions. HTTPS is slower and requires more bandwidth than any other access method.


{% endif %} {% endif %} {% endmacro %} {% macro commit_labels(commit) %} {% set branches, tags = commit.symbolic_ids %} {% for b in branches %} {{b}} {% endfor %} {% for t in tags %} {{t}} {% endfor %} {% endmacro %}