Skip to content

Commit

Permalink
#648 [IDE] Updates the About view
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF committed Mar 8, 2021
1 parent 23ba740 commit f5c3abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ide/ui/ide-workbench/src/main/resources/ide/about/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE HTML>
<!--
~ Copyright (c) 2010-2020 SAP and others.
~ Copyright (c) 2010-2021 SAP and others.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v2.0
~ which accompanies this distribution, and is available at
Expand Down Expand Up @@ -47,7 +47,7 @@ <h1>{{version.productName}}</h1>
<label>Version:</label> <strong class="badge">{{version.productVersion}}</strong>
</div>
<div class="form-group">
<label>Commit Id:</label> <strong class="badge"><a style="color:inherit" href="http://github.com/eclipse/dirigible/commit/{{version.productCommitId}}" target="_blank">{{version.productCommitId}}</a></strong>
<label>Commit Id:</label> <strong class="badge"><a style="color:inherit" href="{{version.productRepository}}/commit/{{version.productCommitId}}" target="_blank">{{version.productCommitId}}</a></strong>
</div>
<div class="form-group">
<label>Type:</label> <strong class="badge">{{version.productType}}</strong>
Expand Down

0 comments on commit f5c3abc

Please sign in to comment.