diff --git a/seahub/templates/repo_history.html b/seahub/templates/repo_history.html index 93e3e82653..ce76cd82cd 100644 --- a/seahub/templates/repo_history.html +++ b/seahub/templates/repo_history.html @@ -25,10 +25,11 @@ - + - - + + + {% for commit in commits %} @@ -52,6 +53,13 @@ {% trans "Unknown"%} {% endif %} +
{% trans "Description"%}{% trans "Description" %} {% trans "Time" %}{% trans "Modifier"%}{% trans "Operations" %}{% trans "Modifier" %}{% trans "Device" %} / {% trans "Version" %}{% trans "Operations" %}
+ {% if commit.client_version %} + {{ commit.device_name }} / {{ commit.client_version }} + {% else %} + {% trans "API" %} / -- + {% endif %} + {% if user_perm == 'rw' %} {% if forloop.first and current_page == 1 %}