mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #531 from YunoHost/add-link-to-repo
Add link to the package repo
This commit is contained in:
commit
c7e6671d57
1 changed files with 2 additions and 1 deletions
|
@ -408,7 +408,8 @@ export default {
|
||||||
links: [
|
links: [
|
||||||
['license', `https://spdx.org/licenses/${app.manifest.upstream.license}`],
|
['license', `https://spdx.org/licenses/${app.manifest.upstream.license}`],
|
||||||
...['website', 'admindoc', 'userdoc', 'code'].map((key) => ([key, app.manifest.upstream[key]])),
|
...['website', 'admindoc', 'userdoc', 'code'].map((key) => ([key, app.manifest.upstream[key]])),
|
||||||
['forum', `https://forum.yunohost.org/tag/${this.id}`]
|
['package', app.from_catalog.git.url],
|
||||||
|
['forum', `https://forum.yunohost.org/tag/${app.manifest.id}`]
|
||||||
].filter(([key, val]) => !!val),
|
].filter(([key, val]) => !!val),
|
||||||
doc: {
|
doc: {
|
||||||
notifications: {
|
notifications: {
|
||||||
|
|
Loading…
Reference in a new issue