Skip to content
Snippets Groups Projects
Commit 1d5577a7 authored by Moul's avatar Moul
Browse files

Fix repository link. Fix about page:

Change contributors and use GitLab links

Display website in the dedicated field,
Remove duplicate repository link
parent de52e6eb
Branches
No related tags found
1 merge request!37Fix repository link. Fix about page:
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"type": "git", "type": "git",
"url": "git.duniter.org:clients/cesium-grp/cesium2.git" "url": "git.duniter.org:clients/cesium-grp/cesium2.git"
}, },
"homepage": "https://git.duniter.org/clients/cesium-grp/cesium1s", "homepage": "https://git.duniter.org/clients/cesium-grp/cesium2s",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "build/src/index.js", "main": "build/src/index.js",
"scripts": { "scripts": {
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
<ion-label> <ion-label>
{{ 'COMMON.APP_NAME' | translate }}&nbsp; {{ 'COMMON.APP_NAME' | translate }}&nbsp;
<b>{{ 'COMMON.APP_VERSION' | translate: { version: environment.version } }}</b> <b>{{ 'COMMON.APP_VERSION' | translate: { version: environment.version } }}</b>
-
<a href="{{ environment.officialUrl }}" target="_system">{{ environment.officialUrl }}</a>
</ion-label> </ion-label>
<ion-label [innerHTML]="'ABOUT.LICENSE' | translate"></ion-label> <ion-label [innerHTML]="'ABOUT.LICENSE' | translate"></ion-label>
</ion-item> </ion-item>
...@@ -40,7 +38,7 @@ ...@@ -40,7 +38,7 @@
<ion-icon slot="start" name="laptop-outline"></ion-icon> <ion-icon slot="start" name="laptop-outline"></ion-icon>
<ion-label translate>ABOUT.OFFICIAL_WEB_SITE</ion-label> <ion-label translate>ABOUT.OFFICIAL_WEB_SITE</ion-label>
<ion-label> <ion-label>
<a href="{{ environment.sourceUrl }}" target="_system" translate>{{ environment.sourceUrl }}</a> <a href="{{ environment.officialUrl }}" target="_system">{{ environment.officialUrl }}</a>
</ion-label> </ion-label>
</ion-item> </ion-item>
...@@ -71,19 +69,11 @@ ...@@ -71,19 +69,11 @@
<ion-icon slot="start" name="people"></ion-icon> <ion-icon slot="start" name="people"></ion-icon>
<ion-label translate>ABOUT.DEVELOPERS</ion-label> <ion-label translate>ABOUT.DEVELOPERS</ion-label>
<ion-label> <ion-label>
<a href="https://github.com/blavenie" target="_system">Benoit Lavenier</a> <a href="https://git.duniter.org/blavenie" target="_system">Benoit Lavenier</a>,
, <a href="https://git.duniter.org/indelog" target="_system">Maxime (indelog)</a>,
<a href="https://github.com/bpresles" target="_system">bpresles</a> <a href="https://git.duniter.org/zoltounet" target="_system">Dorian Marco</a>,
, <a href="https://git.duniter.org/txels" target="_system">Carles Barrobés (txels)</a>,
<a href="https://github.com/c-geek" target="_system">cgeek</a> <a href="https://github.com/duniter/cesium2s/graphs/contributors" target="_system" title="{{ 'HOME.SHOW_ALL_FEED' | translate }}">...</a>
,
<a href="https://github.com/devingfx" target="_system">DiG</a>
,
<a href="https://git.duniter.org/ji_emme" target="_system">Ji_emme</a>
,
<a href="https://git.duniter.org/matograine" target="_system">matograine</a>
,
<a href="https://github.com/duniter/cesium/graphs/contributors" target="_system" title="{{ 'HOME.SHOW_ALL_FEED' | translate }}">...</a>
</ion-label> </ion-label>
</ion-item> </ion-item>
</ion-list> </ion-list>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<a [href]="environment.sourceUrl" target="_blank" title="{{ 'HOME.FORK_ME' | translate }}"> <a [href]="environment.sourceUrl" target="_blank" title="{{ 'HOME.FORK_ME' | translate }}">
<ion-badge color="secondary" translate>HOME.FREE_SOFTWARE</ion-badge> <ion-badge color="secondary" translate>HOME.FREE_SOFTWARE</ion-badge>
</a> </a>
<a href="https://git.duniter.org/clients/cesium-grp/cesium/-/raw/master/LICENSE" target="_blank" title="{{ 'HOME.SHOW_LICENSE' | translate }}"> <a href="https://git.duniter.org/clients/cesium-grp/cesium2s/-/raw/master/LICENSE" target="_blank" title="{{ 'HOME.SHOW_LICENSE' | translate }}">
<ion-badge color="light">AGPL-3.0</ion-badge> <ion-badge color="light">AGPL-3.0</ion-badge>
</a> </a>
</div> </div>
......
...@@ -14,8 +14,8 @@ export const environment = <Environment>{ ...@@ -14,8 +14,8 @@ export const environment = <Environment>{
// About // About
officialUrl: 'https://www.cesium.app', officialUrl: 'https://www.cesium.app',
sourceUrl: 'https://git.duniter.org/clients/cesium-grp/cesium', sourceUrl: 'https://git.duniter.org/clients/cesium-grp/cesium2s',
reportIssueUrl: 'https://git.duniter.org/clients/cesium-grp/cesium/-/issues/new', reportIssueUrl: 'https://git.duniter.org/clients/cesium-grp/cesium2s/-/issues/new',
forumUrl: 'https://forum.monnaie-libre.fr', forumUrl: 'https://forum.monnaie-libre.fr',
graphql: { graphql: {
......
...@@ -16,8 +16,8 @@ export const environment = <Environment>{ ...@@ -16,8 +16,8 @@ export const environment = <Environment>{
// About // About
officialUrl: 'https://www.cesium.app', officialUrl: 'https://www.cesium.app',
sourceUrl: 'https://git.duniter.org/clients/cesium-grp/cesium', sourceUrl: 'https://git.duniter.org/clients/cesium-grp/cesium2s',
reportIssueUrl: 'https://git.duniter.org/clients/cesium-grp/cesium/-/issues/new', reportIssueUrl: 'https://git.duniter.org/clients/cesium-grp/cesium2s/-/issues/new',
forumUrl: 'https://forum.monnaie-libre.fr', forumUrl: 'https://forum.monnaie-libre.fr',
graphql: { graphql: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment