Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
dashboards
Commits
40360795ba54
Commit
e76ec954
authored
Jul 23, 2020
by
Laurent Peuch
Browse files
feat: add link to project under project name
parent
d7f2778dcff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
template/index.html
View file @
40360795
...
...
@@ -11,7 +11,11 @@
<table
class=
"pipelines"
>
{% for project in projects.values() %}
<tr>
<th>
{{ project["project"]["name"] }}
</th>
<th>
<a
target=
"_blank"
href=
"{{ project["
project
"]["
web_url
"]
}}"
>
{{ project["project"]["name"] }}
</a>
</th>
{% for job in project["jobs"] %}
<td>
{% if job["status"] == "failed" and job["allow_failure"] %}
...
...
Write
Preview
Markdown
is supported
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