fixed conflict after merge with dev branch for report query updated
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module ApplicationHelper
|
||||
include NumberFormattable
|
||||
|
||||
def flash_class(level)
|
||||
case level
|
||||
when :notice then "alert alert-info fade-in"
|
||||
@@ -6,5 +8,6 @@ module ApplicationHelper
|
||||
when :error then "alert alert-error fade-in"
|
||||
when :alert then "alert alert-error fade-in"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user