Skip to content

Commit

Permalink
Display tag name as version in cardFooter instead of version, which i…
Browse files Browse the repository at this point in the history
…s now fixed at 298
  • Loading branch information
jmkao committed Aug 29, 2016
1 parent 051452e commit 93f2397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/resourcesnew/cardFooter.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<span ng-controller="CardFooter as footer">
<small class="pull-left">Photonic3D v0.{{integerVersion}}</small>
<small class="pull-left">{{releaseTagName}}</small>
<a class="btn btn-link btn-xs pull-right" href="https://github.com/area515/Creation-Workshop-Host/blob/master/README.md">Help</a>
<a class="btn btn-link btn-xs pull-right" ng-click='downloadDiagnostic()'>Download</a>
<a class="btn btn-link btn-xs pull-right" ng-click='executeDiagnostic()'>Send</a>
</span>
</span>

0 comments on commit 93f2397

Please sign in to comment.