Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipse.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zachary Sabourin
eclipse.org
Commits
4c51f91f
Commit
4c51f91f
authored
1 year ago
by
Olivier Goulet
Browse files
Options
Downloads
Patches
Plain Diff
fix: hide missing field for research project card
parent
f619281c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
js/src/templates/research/tpl-projects-item-research.mustache
+4
-2
4 additions, 2 deletions
...rc/templates/research/tpl-projects-item-research.mustache
layouts/research/list.json.json
+3
-3
3 additions, 3 deletions
layouts/research/list.json.json
with
7 additions
and
5 deletions
js/src/templates/research/tpl-projects-item-research.mustache
+
4
−
2
View file @
4c51f91f
...
@@ -15,8 +15,10 @@
...
@@ -15,8 +15,10 @@
<a
href=
"
{{
website_url
}}
"
>
Read More
</a>
<a
href=
"
{{
website_url
}}
"
>
Read More
</a>
<span
class=
"featured-projects-website-url-bar"
></span>
<span
class=
"featured-projects-website-url-bar"
></span>
</div>
</div>
<p>
Main topic:
<strong>
{{
projectTopic
}}
</strong></p>
{{#
project_topic
}}
<p>
Main topic:
<strong>
{{
project_topic
}}
</strong></p>
{{/
project_topic
}}
</div>
</div>
</div>
</div>
</li>
</li>
{{/
items
}}
{{/
items
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
layouts/research/list.json.json
+
3
−
3
View file @
4c51f91f
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
"logo"
:
"{{ $logoPath }}"
,
"logo"
:
"{{ $logoPath }}"
,
"version"
:
{{
.Params.project_type
|
jsonify
}},
"version"
:
{{
.Params.project_type
|
jsonify
}},
"tags"
:
{{
.Params.tags
|
jsonify
}},
"tags"
:
{{
.Params.tags
|
jsonify
}},
"project
T
opic"
:
{{
$project_topic
|
jsonify
}},
"project
_t
opic"
:
{{
$project_topic
|
jsonify
}},
"funding
B
odies"
:
{{
.Params.funding_bodies
|
jsonify
}},
"funding
_b
odies"
:
{{
.Params.funding_bodies
|
jsonify
}},
"releases"
:
[]
"releases"
:
[]
}{{
if
ne
$index
(sub
$len
1
)
}},{{
end
}}
}{{
if
ne
$index
(sub
$len
1
)
}},{{
end
}}
{{
end
}}
{{
end
}}
]
]
\ No newline at end of file
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