We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd72bb6 + c17aba5 commit ffa43f7Copy full SHA for ffa43f7
templates/_issue.tt
@@ -1 +1 @@
1
-{% macro render(issue, with_age="") %}"{{issue.title}}" [{{issue.repo_name}}#{{issue.number}}]({{issue.html_url}}) {% if with_age %}(last comment: {{issue.updated_at}}){% endif %}{% endmacro %}
+{% macro render(issue, with_age="") %}"{{issue.title}}" [{{issue.repo_name}}#{{issue.number}}]({{issue.html_url}}) {% if with_age %}(last review activity: {{issue.updated_at}}){% endif %}{% endmacro %}
0 commit comments