[Trunk | Explore]: home.component.html: hide trello button after search form when on 'production' environment.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57422 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
1405ddad52
commit
a9cb9c284d
|
@ -154,7 +154,7 @@
|
|||
<!-- <span class="uk-margin-left">Give us <b>feedback</b></span>-->
|
||||
<!-- </a>-->
|
||||
<!-- </div>-->
|
||||
<div class="uk-text-right uk-padding-small uk-padding-remove-vertical">
|
||||
<div *ngIf="properties.environment !== 'production'" class="uk-text-right uk-padding-small uk-padding-remove-vertical">
|
||||
<a class="uk-button uk-button-large trello-button trello-button-white"
|
||||
href="https://trello.com/b/o1tEJ3rN/openaire-research-graph"
|
||||
target="_blank">
|
||||
|
|
Loading…
Reference in New Issue