Module: MailyHerald::Webui::SubscriptionsHelper

Defined in:
app/helpers/maily_herald/webui/subscriptions_helper.rb

Instance Method Summary collapse

Instance Method Details

#display_subscription_state(s) ⇒ Object



4
5
6
7
8
# File 'app/helpers/maily_herald/webui/subscriptions_helper.rb', line 4

def display_subscription_state s
  (:span) do 
    boolean_icon s.active?
  end
end