Sha256: b81bb0fbc57e6f63a397e90c0501ef899ff663676a54b632a3885b176fcc7e4c
Contents?: true
Size: 470 Bytes
Versions: 13
Compression:
Stored size: 470 Bytes
Contents
# frozen_string_literal: true # 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
13 entries across 13 versions & 1 rubygems