diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-15 23:10:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-15 23:10:17 +0100 |
commit | 769dd174bd3d87fd3494537b4f9429454654584b (patch) | |
tree | 097670ea22a5965d709825152cf82f3bd7b86719 /view/tpl | |
parent | e92514ee632aea74aad812432f37259c3fec5fc1 (diff) | |
download | volse-hubzilla-769dd174bd3d87fd3494537b4f9429454654584b.tar.gz volse-hubzilla-769dd174bd3d87fd3494537b4f9429454654584b.tar.bz2 volse-hubzilla-769dd174bd3d87fd3494537b4f9429454654584b.zip |
fix dreport redeliver
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/dreport.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl index 1f5915609..a6b05b326 100644 --- a/view/tpl/dreport.tpl +++ b/view/tpl/dreport.tpl @@ -3,11 +3,11 @@ {{if $table == 'item'}} <div class="dropdown pull-right"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$options}}"> - <i class="fa fa-sort-desc"></i> + <i class="fa fa-cog"></i> </button> - <ul class="dropdown-menu"> - <li><a href="dreport/push/{{$mid}}">{{$push}}</a></li> - </ul> + <div class="dropdown-menu"> + <a href="dreport/push/{{$mid}}" class="dropdown-item" >{{$push}}</a> + </div> </div> {{/if}} <h2>{{$title}}</h2> |