Sha256: 51a990ba1c608475f192b249e0fcea00f5ab4b8f920e7c853f974878a97acd67
Contents?: true
Size: 317 Bytes
Versions: 17
Compression:
Stored size: 317 Bytes
Contents
module Phcpress 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
17 entries across 17 versions & 1 rubygems