Fix: Cannot destroy forum groups

This commit is contained in:
jomo
2014-06-26 22:38:36 +02:00
parent fdfb491af9
commit 5233106622

View File

@@ -36,5 +36,5 @@
</table>
<p><%= f.submit "Update group", class: "btn blue left" %></p>
<% end %>
<p><%= button_to "Delete group", @post, :method => "delete", data: {confirm: "Delete group?\nForums + Threads will not be accessible!"}, class: "btn red right" %></p>
<p><%= button_to "Delete group", @group, :method => "delete", data: {confirm: "Delete group?\nForums + Threads will not be accessible!"}, class: "btn red right" %></p>
<div class="clear"></div>