aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-03-17 12:16:20 +0100
committerMax Kostikov <max@kostikov.co>2019-03-17 12:16:20 +0100
commite28bde6ccdb03b370df1dbc8654d69c905b8a235 (patch)
tree097670ea22a5965d709825152cf82f3bd7b86719 /view/tpl
parente92514ee632aea74aad812432f37259c3fec5fc1 (diff)
parent769dd174bd3d87fd3494537b4f9429454654584b (diff)
downloadvolse-hubzilla-e28bde6ccdb03b370df1dbc8654d69c905b8a235.tar.gz
volse-hubzilla-e28bde6ccdb03b370df1dbc8654d69c905b8a235.tar.bz2
volse-hubzilla-e28bde6ccdb03b370df1dbc8654d69c905b8a235.zip
Merge branch 'dreport_fixes' into 'dev'
fix dreport redeliver See merge request hubzilla/core!1556
Diffstat (limited to 'view/tpl')
-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>