Method: FluentdServer::WebHelper#bootstrap_flash

Defined in:
lib/fluentd_server/web_helper.rb

#bootstrap_flashObject



84
85
86
87
88
89
90
91
92
93
# File 'lib/fluentd_server/web_helper.rb', line 84

def bootstrap_flash
  slim "- if flash[:notice]\np.alert.alert-success\n  == flash[:notice]\n- if flash[:error]\np.alert.alert-danger\n  == flash[:error]\n"
end