Project

General

Profile

« Previous | Next » 

Revision 58604

[Connect|Trunk]

App: update menu items
Curators: remove number from the title

View differences:

modules/uoa-connect-portal/trunk/src/app/curators/curators.component.html
18 18
            <div *ngIf="!showLoading">
19 19
              <div class="uk-margin-medium-top uk-h2">
20 20
                <span class="">Curators</span>
21
                <span> ({{curators.length}})</span>
21
<!--                <span> ({{curators.length}})</span>-->
22 22
              </div>
23 23
              <helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
24 24
                      [texts]="pageContents['top']"></helper>
modules/uoa-connect-portal/trunk/src/app/app.component.ts
186 186
              {
187 187
                rootItem: new MenuItem("link", "Link", "", "/participate/claim", false, [], ["/participate/claim"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
188 188
                items: [
189
                  new MenuItem("", "Start linking", "", "/participate/claim", false, [], ["/participate/claim"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
190
                  new MenuItem("", "Learn more", this.properties.claimsInformationLink, "", false, [], [], {})
189
                  /*new MenuItem("", "Start linking", "", "/participate/claim", false, [], ["/participate/claim"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
190
                  new MenuItem("", "Learn more", this.properties.claimsInformationLink, "", false, [], [], {})*/
191 191
                ]
192 192
              });
193 193
            this.menuItems.push(
......
195 195
                rootItem: new MenuItem("about", "About", "", "", false, [], [], {}),
196 196
                items: [
197 197
                  new MenuItem("", "Supporting organizations", "", "/organizations", false, [], ["/organizations"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
198
                  new MenuItem("", "Gateway curators", "", "/curators", false, [], ["/curators"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
198
                  new MenuItem("", "Curators", "", "/curators", false, [], ["/curators"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
199 199
                  new MenuItem("", "Sources and methology", "", "/content", false, [], ["/content"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
200
                  new MenuItem("", "Projects and funding Opportunities", "", "/projects", false, [], ["/projects"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
201 200
                  new MenuItem("", "National Bulletins", "", "/national-bulletins", false, [], ["/national-bulletins"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
202 201
                  new MenuItem("", "Subjects", "", "/subjects", false, [], ["/subjects"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
202
                  new MenuItem("", "Projects and funding Opportunities", "", "/projects", false, [], ["/projects"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),
203 203
                ]
204 204
              });
205 205
            if (isCommunityManager) {

Also available in: Unified diff