Skip to content

Commit

Permalink
hotfix to customizable footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed Feb 5, 2021
1 parent c50dffe commit 646d57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@ <h1>
<input type="text" class="form-control" ng-model="setting.value" />
</div>
<div ng-switch-when="wysiwyg" class="col-md-6">
<streama-wysiwyg ng-model="setting.value"></streama-wysiwyg>
<textarea class="form-control" ng-model="setting.value"></textarea>
</div>
<div ng-switch-when="fileUpload" class="col-sm-7">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/templates/_footer.gsp
@@ -1,5 +1,5 @@
<%@ page import="streama.Settings" %>
<div class="footer">
<div class="footer" ng-if="isCurrentState('dash')">
<g:if test="${streama.Settings.findByName('show_version_num').value == 'true'}">
<div class="version">v${grailsApplication.metadata.getApplicationVersion()}</div>
</g:if>
Expand Down

0 comments on commit 646d57b

Please sign in to comment.