aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-03-15 23:10:17 +0100
committerMario Vavti <mario@mariovavti.com>2019-03-15 23:10:17 +0100
commit769dd174bd3d87fd3494537b4f9429454654584b (patch)
tree097670ea22a5965d709825152cf82f3bd7b86719 /view
parente92514ee632aea74aad812432f37259c3fec5fc1 (diff)
downloadvolse-hubzilla-769dd174bd3d87fd3494537b4f9429454654584b.tar.gz
volse-hubzilla-769dd174bd3d87fd3494537b4f9429454654584b.tar.bz2
volse-hubzilla-769dd174bd3d87fd3494537b4f9429454654584b.zip
fix dreport redeliver
Diffstat (limited to 'view')
-rw-r--r--view/tpl/dreport.tpl8
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>