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
55b1823e
Commit
55b1823e
authored
Mar 06, 2020
by
svilayphiou
Browse files
Put Sarah's HTML structure in project-detail template.
parent
a0190e6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/project.html
View file @
55b1823e
{% extends "base.html" %}
{% block content %}
<h2>
{{ project.name }}
</h2>
<div
class=
"repo"
>
<header
class=
"header"
>
<h2
class=
"repo-title"
>
{{ project.name }}
</h2>
<h2
class=
"repo-title"
></h2>
<ul
id=
"views"
>
<span>
views:
</span>
<li><a
href=
"#"
id=
"filter-readme"
>
Description
</a></li>
<li><a
href=
"#"
id=
"filter-commit"
>
Last update
</a></li>
<li><a
href=
"#"
id=
"filter-images"
>
visual process
</a></li>
<li><a
href=
"works-fonts.html"
id=
"filter-fonts"
>
Font used
</a></li>
<li><a
href=
"#"
id=
"filter-tree"
>
Diagram
</a></li>
</ul>
</header>
{% if project.readme %}
{{ project.readme }}
...
...
@@ -19,4 +31,6 @@
<li>
{{ commit.author_name }}: {{ commit.message }}
</li>
{% endfor %}
</ul>
</div>
{% endblock %}
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