mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
make share button visible in preview
This commit is contained in:
parent
b1720c07ec
commit
4c56724715
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue