make share button visible in preview

This commit is contained in:
Jonny Tischbein 2018-09-20 16:50:58 +02:00
parent b1720c07ec
commit 4c56724715
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@
{{$acl}}
</div>
<div id="jot-preview-content" class="minimize" aria-labelledby="jot-preview-lnk" role="tabpanel" aria-hidden="true"></div>
<!-- TODO: better workaround than using id multiple for share button in preview-->
<div id="jot-preview-content" class="minimize" aria-labelledby="jot-preview-lnk" role="tabpanel" aria-hidden="true">
<ul id="profile-jot-submit-wrapper" class="jothidden nav nav-pills">
<li role="presentation" class="pull-right"><button class="btn btn-primary" type="submit" id="profile-jot-submit" name="submit" ><i class="fa fa-slideshare fa-fw" aria-hidden="true"></i> {{$share}}</button></li>