improve reputation display and flash messages
This commit is contained in:
@@ -2,4 +2,19 @@
|
||||
|
||||
module ApplicationHelper
|
||||
include Pagy::Frontend
|
||||
|
||||
def bootstrap_class_for_flash(flash_type)
|
||||
case flash_type
|
||||
when 'success'
|
||||
'alert-success'
|
||||
when 'error'
|
||||
'alert-danger'
|
||||
when 'alert'
|
||||
'alert-warning'
|
||||
when 'notice'
|
||||
'alert-primary'
|
||||
else
|
||||
'alert-secondary'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user