{% include '_header.html' %}

File Collaboration

Repository: {{ repo_id }}
File Path: {{ file_path }}
{% if collaborators %}

Collaborators

{% for collaborator in collaborators %} {% endfor %}
Commit Author Email Author Date Committer Email Committer Date
{{ collaborator.hash[:8] }} {{ collaborator.author_email }} {{ collaborator.author_when }} {{ collaborator.committer_email }} {{ collaborator.committer_when }}
{% else %}

No collaborators found

No collaboration history found for this file.

{% endif %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}