transferred Code Ocean from original repository to GitHub
This commit is contained in:
3
app/views/application/_flash.html.slim
Normal file
3
app/views/application/_flash.html.slim
Normal file
@@ -0,0 +1,3 @@
|
||||
#flash data-message-failure=t('shared.message_failure')
|
||||
- %w[danger info notice success warning].each do |severity|
|
||||
p.alert.flash class="alert-#{severity == 'notice' ? 'success' : severity}" id="flash-#{severity}" = flash[severity]
|
Reference in New Issue
Block a user