{% include '_header.html' %}
File Collaboration
Repository:
{{ repo_id }}
File Path:
{{ file_path }}
{% if collaborators %}
Collaborators
Commit
Author Email
Author Date
Committer Email
Committer Date
{% for collaborator in collaborators %}
{{ collaborator.hash[:8] }}
{{ collaborator.author_email }}
{{ collaborator.author_when }}
{{ collaborator.committer_email }}
{{ collaborator.committer_when }}
{% endfor %}
{% else %}
No collaborators found
No collaboration history found for this file.
Back to Repository
{% endif %}
Back to Repository
Repository Collaboration
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}