More fixes for BBSE2017

This commit is contained in:
Godwin
2017-01-09 21:37:05 -08:00
parent 99be23056e
commit bf11544c2a
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
- if @warnings.present?
= row class: 'warnings', tag: :ul do
- @warnings.each do | warning |
= columns tag: :li do
= columns tag: :li, class: 'warning-info' do
= warning
%article
= row do