aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-12 16:11:07 -0700
committerzotlabs <mike@macgirvin.com>2017-08-12 16:11:07 -0700
commitf99b62b5167c5d855b55be451cf54327fc515777 (patch)
tree90b6029578929e43806e4e8ac1489e3a3e5006cd /view/tpl
parent2f45182b4861397d317080d5a93c87c85866a2d9 (diff)
parent9da1439a4d71f925dcdfabc7882e71a17fe487ba (diff)
downloadvolse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.tar.gz
volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.tar.bz2
volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/search_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index 28667eb58..50c0116fb 100755
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -106,8 +106,8 @@
{{if $item.mode === 'moderate'}}
<div class="wall-item-tools-left btn-group">
- <a href="moderate/{{$item.id}}/approve" class="btn btn-outline-secondary btn-small">{{$item.approve}}</a>
- <a href="moderate/{{$item.id}}/drop" class="btn btn-outline-secondary btn-small">{{$item.delete}}</a>
+ <a href="moderate/{{$item.id}}/approve" class="btn btn-success btn-sm">{{$item.approve}}</a>
+ <a href="moderate/{{$item.id}}/drop" class="btn btn-danger btn-sm">{{$item.delete}}</a>
</div>