remains of fontawesome
This commit is contained in:
parent
03c20c1f23
commit
9cdf7b76fd
2 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
.callout.warning
|
||||
|
||||
- if @invalid_images.any?
|
||||
= fa_icon 'exclamation-circle 2x pull-left'
|
||||
= icon 'circle-alert'
|
||||
p These images were not accepted:
|
||||
|
||||
ul
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
- if @valid_images.any?
|
||||
= fa_icon 'check-circle 2x pull-left'
|
||||
= icon 'circle-check'
|
||||
p
|
||||
' #{pluralize(@valid_images.length, 'screenshot')} received successfully.
|
||||
' Please review the images and add a description for each image. Thanks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue