aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2019-03-18 08:55:54 +1100
committerMike Macgirvin <mike@macgirvin.com>2019-03-18 08:55:54 +1100
commit97009a27482f4a744eded54132f9067e1a2e6c80 (patch)
treef7d56c9b097ea63ef0c09d08ac13805188d4e739 /view/tpl
parenta976f418e35a8f4651441a952c8f4c037cb8d2f9 (diff)
parente28bde6ccdb03b370df1dbc8654d69c905b8a235 (diff)
downloadvolse-hubzilla-97009a27482f4a744eded54132f9067e1a2e6c80.tar.gz
volse-hubzilla-97009a27482f4a744eded54132f9067e1a2e6c80.tar.bz2
volse-hubzilla-97009a27482f4a744eded54132f9067e1a2e6c80.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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 8e52f33bc..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/{{$safe_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>