protect against bots with timeouts
This commit is contained in:
@@ -5,5 +5,7 @@ html
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
= csrf_meta_tags
|
||||
body
|
||||
= console if Rails.env.development?
|
||||
.container
|
||||
= render 'shared/flashes'
|
||||
= yield
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
- if flash.any?
|
||||
#flashes
|
||||
- flash.each do |type, message|
|
||||
div class="alert alert-#{type} fade in"
|
||||
= message
|
||||
Reference in New Issue
Block a user