Make filesystem header a link if it is an app
This commit is contained in:
@@ -293,7 +293,8 @@
|
||||
<input type="file" id="uploadFileInput" style="display: none" multiple/>
|
||||
<input type="file" id="uploadFolderInput" style="display: none" multiple webkitdirectory directory/>
|
||||
|
||||
<h4 class="text-center">{{ title }}</h4>
|
||||
<h4 class="text-center" ng-show="type === 'app'"><a ng-href="{{ applicationLink }}" target="_blank">{{ title }}</a></h4>
|
||||
<h4 class="text-center" ng-hide="type === 'app'">{{ title }}</h4>
|
||||
|
||||
<div class="toolbar">
|
||||
<div class="btn-group" role="group" style="display: block;">
|
||||
|
||||
Reference in New Issue
Block a user