Merge branch 'extend-convitems-dropdown' into 'dev'

Extend cog dropdown & temp fix for feed display of corrupt mids

See merge request hubzilla/core!1265
This commit is contained in:
Mario
2018-08-27 10:02:58 +02:00
3 changed files with 11 additions and 2 deletions

View File

@@ -175,6 +175,10 @@
{{if $item.drop.dropping}}
<a class="dropdown-item" href="#" onclick="dropItem('item/drop/{{$item.id}}', '#thread-wrapper-{{$item.id}}'); return false;" title="{{$item.drop.delete}}" ><i class="generic-icons-nav fa fa-fw fa-trash-o"></i>{{$item.drop.delete}}</a>
{{/if}}
{{if $item.dropdown_extras}}
<div class="dropdown-divider"></div>
{{$item.dropdown_extras}}
{{/if}}
{{if $item.edpost && $item.dreport}}
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="dreport/{{$item.mid}}">{{$item.dreport}}</a>