diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-21 11:13:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-21 11:13:54 +0100 |
commit | efd9421dc9f90f6573b0650d27ed49c12ead3cc3 (patch) | |
tree | 87da06a07ad0b29cc7c993e4a4da2476ff43a355 /view/tpl/dreport.tpl | |
parent | 578230e32c7599043830abd49a571f69bbbe4e51 (diff) | |
parent | 9b696a872bf8712875dc0851b1873ec3353591be (diff) | |
download | volse-hubzilla-efd9421dc9f90f6573b0650d27ed49c12ead3cc3.tar.gz volse-hubzilla-efd9421dc9f90f6573b0650d27ed49c12ead3cc3.tar.bz2 volse-hubzilla-efd9421dc9f90f6573b0650d27ed49c12ead3cc3.zip |
Merge branch 'dev'
Diffstat (limited to 'view/tpl/dreport.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..89188891d 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/{{$safe_mid}}" class="dropdown-item">{{$push}}</a> + </div> </div> {{/if}} <h2>{{$title}}</h2> |