{% extends "myhome_base.html" %} {% load seahub_tags %} {% block right_panel %}
ID | {{repo.props.id}} | |
描述 | {{repo.props.desc}} | |
访问口令 | {% if is_owner %}{{token}} | {% else %}只有拥有者可见 | {% endif %}
分支名 | Head Commit |
---|---|
{{branch.props.name}} | {{branch.props.commit_id}} |
ID | Time | Discription |
---|---|---|
{{ commit.props.id }} | {{ commit.props.ctime|tsstr_sec }} | {{ commit.props.desc }} |