aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-03 09:18:04 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-03 09:18:04 +0100
commit74c1b6168938872303b3ff61e9bea1c9c86a29c5 (patch)
tree2e42e548bdddf52c669a48cfbaa152a1bc5c4b92 /view/tpl/settings.tpl
parentec65c76a669be448c4e64aadd228886085733600 (diff)
downloadvolse-hubzilla-74c1b6168938872303b3ff61e9bea1c9c86a29c5.tar.gz
volse-hubzilla-74c1b6168938872303b3ff61e9bea1c9c86a29c5.tar.bz2
volse-hubzilla-74c1b6168938872303b3ff61e9bea1c9c86a29c5.zip
make remove channel button work again
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-xview/tpl/settings.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 02937e4b2..6ad23b007 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -1,6 +1,6 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
- <button title="{{$permanent}}" class="btn btn-danger btn-xs pull-right" type="submit" formaction="removeme"><i class="icon-trash"></i>&nbsp;{{$removeme}}</button>
+ <a title="{{$permanent}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>
<h2>{{$ptitle}}</h2>
<div class="clear"></div>
</div>