Sha256: d21306c2e4e0380cf9c03dd83f626c7a7f92e3eb15655448ff80c93e443be170
Contents?: true
Size: 445 Bytes
Versions: 11
Compression:
Stored size: 445 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ module Admin::TagsHelper def link_to_confirm(tag) link_to(t(:delete) + "?", confirm_admin_tag_path(tag), :method => :get, :remote => true) end end
Version data entries
11 entries across 11 versions & 1 rubygems