Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.gitlabculture
Commits
32853b31
Commit
32853b31
authored
Mar 06, 2020
by
svilayphiou
Browse files
reformat project date info in listing
parent
a5615b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/projects.html
View file @
32853b31
...
...
@@ -4,7 +4,9 @@
<ul
class=
"repo-list"
>
{% for project in projects %}
<li
class=
"repo {% if project.default_branch == "
archive
"
%}
archived
{%
endif
%}"
>
<a
href=
"{{ project.links.self }}"
>
{{ project.name }} ({{ project.commits|length }} commits)
</a>
{{ project.last_activity_at }} ← {{ project.created_at }}
<a
href=
"{{ project.links.self }}"
>
{{ project.name }}
</a>
<p
class=
"repo--latest-commit"
>
Last updated on {{ project.last_activity_at }}
<p
class=
"repo--start"
>
{{ project.commits|length }} commits since {{ project.created_at }}
</p>
</li>
{% endfor %}
</ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment