diff options
-rw-r--r-- | view/tpl/jot.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 9b347b62f..c3e9edd9f 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -147,6 +147,8 @@ <i class="icon-eye-open jot-icons" ></i> </button> {{/if}} + </div> + <div id="profile-jot-submit-right" class="btn-group pull-right"> <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex=3 name="button-submit" >{{$share}}</button> </div> <div id="profile-jot-perms-end"></div> |