Sha256: 9b3290dfb44ca18000e44ae22b20671c0564b917f124f434ae09d8317d7c2de1
Contents?: true
Size: 322 Bytes
Versions: 202
Compression:
Stored size: 322 Bytes
Contents
module Phcmemberspro module ApplicationHelper # Bootstrap Notification System def flash_class(level) case level.to_sym when :notice then "alert alert-info" when :success then "alert alert-success" when :error then "alert alert-danger" when :alert then "alert alert-warning" end end end end
Version data entries
202 entries across 202 versions & 1 rubygems