<div>
<a href="{{ path('rss', {repo: repo, branch: branch}) }}" class="btn btn-default btn-sm">
<i class="fa fa-rss"></i>
RSS
</a>
<a href="{{ path('archive', {repo: repo, branch: branch, format: 'zip'}) }}" class="btn btn-default btn-sm" title="Download '{{ branch }}' as a ZIP archive">
<i class="fas fa-file-archive"></i> ZIP
</a>
<a href="{{ path('archive', {repo: repo, branch: branch, format: 'tar'}) }}"
class="btn btn-default btn-sm" title="Download '{{ branch }}' as a TAR archive">
<i class="far fa-file-archive"></i> TAR
</a>
{% if app.show_http_remote or app.show_ssh_remote %}
<a href="#" class="btn btn-default btn-sm" title="Show remotes to clone this repository." data-toggle="modal" data-target="#p3x-gitlist-modal-clone">
<i class="far fa-clone"></i> Clone
</a>
{% endif %}
{% block right %}{% endblock %}
</div>
</div>
{% block left %}{% endblock %}
{% if app.show_http_remote or app.show_ssh_remote %}
<!-- Modal -->
<div id="p3x-gitlist-modal-clone" class="modal fade" role="dialog" tabindex="-1">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">