删除贴吧功能

This commit is contained in:
lizanle 2015-09-23 16:36:11 +08:00
parent 6ac5b738e3
commit 7383ac7aa9
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
<span class="postEdit">
</span>
<a href="<%= edit_forum_path(@forum) %>" class="linkGrey3">编辑贴吧</a>
<a href="javascript:void(0);" class="fr linkGrey3">删除贴吧</a>
<a href="<%= forum_path(@forum)%>" data-method="delete" onclick="return confirm('您确定要删除么?');" class="fr linkGrey3">删除贴吧</a>
<span class="postDelete"></span>
<% end %>
</div>