Skip to content

Commit ea53f69

Browse files
authored
Merge pull request #399 from UoA-eResearch/rc2.8.3
Rc2.8.3
2 parents c4d5cb9 + 65a3569 commit ea53f69

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

cer-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cer-graphql",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "A GraphQL server used to proxy and authorise requests to external data sources.",
55
"main": "build/index.js",
66
"scripts": {

hub-search-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hub-search-proxy",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "Serverless Framework Lambda functions to interact with AWS ElasticSearch Service.",
55
"main": "handler.js",
66
"scripts": {

research-hub-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "research-hub-web",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

research-hub-web/src/app/components/layout/navbar/navbar.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<span class="hide-small" style="flex: 1 1 auto"></span>
3232

3333
<!--Navigation buttons-->
34+
<a mat-button class="hide-small overflow-ellipsis" [routerLink]="'/researcher-development'">
35+
Researcher development
36+
</a>
3437
<a mat-button class="hide-small" [routerLink]="'/categories'">
3538
Categories
3639
</a>
@@ -42,6 +45,7 @@
4245
></ng-container>
4346
</mat-toolbar-row>
4447
<mat-toolbar-row class="navbar-row-show-small">
48+
<a mat-button class="overflow-ellipsis" [routerLink]="'/researcher-development'">Researcher development</a>
4549
<a mat-button [routerLink]="'/categories'">Categories</a>
4650
<a mat-button [routerLink]="'/stage'">Research stage</a>
4751
</mat-toolbar-row>

research-hub-web/src/app/components/layout/search-filters/search-filters.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</mat-tab>
2424
<mat-tab
2525
[label]="
26-
'Activities' +
26+
'Research stage' +
2727
(activeFilters.stage.length > 0
2828
? ' (' + activeFilters.stage.length + ')'
2929
: '')

0 commit comments

Comments
 (0)