Sha256: 8fc85f0360001398afbbed8f4a98798e00d2408eef3f98fc49cee779d4c4abf8

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

module MailyHerald
  module Webui
    module SubscriptionsHelper
      def display_subscription_state s
        content_tag(:span) do 
          boolean_icon s.active?
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily_herald-webui-0.9.0 app/helpers/maily_herald/webui/subscriptions_helper.rb
maily_herald-webui-0.8.0 app/helpers/maily_herald/webui/subscriptions_helper.rb