Display timestamp human readable
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
|  | ||||
| <ul> | ||||
| {% for revision in revisions %} | ||||
| <li><a href="{{ revision.revision_link() }}">{{ revision.revision_uri }}</a> {% match revision.last_modified %}{% when Some with (last_modified) %}({{ last_modified }}){% when None %}{% endmatch %}</li> | ||||
| <li><a href="{{ revision.revision_link() }}">{{ revision.revision_uri }}</a> {% match revision.last_modified_time() %}{% when Some with (last_modified_time) %}({{ last_modified_time }}){% when None %}{% endmatch %}</li> | ||||
| {% endfor %} | ||||
| </ul> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user