Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qcat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ISRIC
wocat
qcat
Commits
5d7dfd26
Unverified
Commit
5d7dfd26
authored
4 years ago
by
baggids
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #67 from CDE-UNIBE/feature/redmine_1906_1907_1908
Minor fix for 1908 to show Links and Modules by default
parents
468b95cc
64323c78
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/questionnaire/templates/questionnaire/details.html
+2
-2
2 additions, 2 deletions
apps/questionnaire/templates/questionnaire/details.html
with
2 additions
and
2 deletions
apps/questionnaire/templates/questionnaire/details.html
+
2
−
2
View file @
5d7dfd26
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
<h2>
{% trans "Links" %}
</h2>
<h2>
{% trans "Links" %}
</h2>
</div>
</div>
</div>
</div>
<div
class=
"output tech-links-content {% if
not
modules.items or
not
links.items %} hide {% endif %}"
id=
"links-content"
>
<div
class=
"output tech-links-content {% if modules.items or links.items %}
{% else %}
hide {% endif %}"
id=
"links-content"
>
{% for configuration, list_values in links.items %}
{% for configuration, list_values in links.items %}
{% for list_entry in list_values %}
{% for list_entry in list_values %}
{% include "questionnaire/partial/list_item.html" with item=list_entry %}
{% include "questionnaire/partial/list_item.html" with item=list_entry %}
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<h2>
{% trans "Modules" %}
</h2>
<h2>
{% trans "Modules" %}
</h2>
</div>
</div>
</div>
</div>
<div
class=
"output tech-links-content {% if
not
modules.items or
not
links.items %} hide {% endif %}"
id=
"modules-content"
>
<div
class=
"output tech-links-content {% if modules.items or links.items %}
{% else %}
hide {% endif %}"
id=
"modules-content"
>
{% for configuration, list_values in modules.items %}
{% for configuration, list_values in modules.items %}
{% for list_entry in list_values %}
{% for list_entry in list_values %}
{% include "questionnaire/partial/list_item.html" with item=list_entry %}
{% include "questionnaire/partial/list_item.html" with item=list_entry %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment