{% if wikis %}
{% if repo_wiki %}
{{ repo_wiki }}
{% else %}
This project doesn't have a wiki.
{% endif %}
{% elif about %}
{% if repo_readme %}
{{ repo_readme }}
{% else %}
This project doesn't have a README file.
{% endif %}
{% elif summary %}
Idle |
{{ repo_idle }} |
Git clone URL |
{{ repo_cloneurl }} |
|
{{ repo_clonessh }} |
{% if repo_branches_list %}
Branch |
Commit message |
Author |
Age |
{{ repo_branches_list }}
{% endif %}
{% if repo_tags_list %}
Tag |
Commit message |
Author |
Age |
{{ repo_tags_list }}
{% endif %}
{% elif tree %}
{% if repo_tree %}
Mode |
Name |
Type |
{{ repo_tree }}
{% else %}
{{ repo_bloblines }}
|
{{ repo_blob }}
|
{% endif %}
{% elif issues %}
{% if repo_issueslist %}
Id |
Name |
Author |
State |
Idle |
{{ repo_issueslist }}
Next →
{% elif repo_issue %}
{{ repo_issuetitle }} - #{{ repo_issueid }}
State |
{{ repo_issuestate }} |
Idle |
{{ repo_issueidle }} |
Author |
{{ repo_issueauthor }} |
Participants |
{{ repo_issueparticipants }} |
|
{{ repo_issue }}
|
{% else %}
an error occured: no issues
{% endif %}
{% elif refs %}
{% if repo_branches_list %}
Branch |
Commit message |
Author |
Age |
{{ repo_branches_list }}
{% endif %}
{% elif log %}
{% if repo_commits_list %}
Short commit ID |
Commit message |
Author |
Age |
{{ repo_commits_list }}
{% else %}
Author |
{{ repo_commit_author }} |
Committer |
{{ repo_commit_committer }} |
Commit |
{{ repo_commit_id }} |
Parent |
{{ repo_commit_parent }} |
Message |
{{ repo_commit_message }} |
{{ repo_commit_diff }}
{% endif %}
{% endif %}