Sha256: 7fc7cb3b608b3f9138ae00a433ef9cc0e16f4630555a50569ea1d09374f217ed
Contents?: true
Size: 316 Bytes
Versions: 15
Compression:
Stored size: 316 Bytes
Contents
module Mtdevise 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
15 entries across 15 versions & 1 rubygems