Skip to content

Commit fbaafac

Browse files
committed
remove fontawesome line
1 parent 97188b8 commit fbaafac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Resources/doc/features/helpers/flash-message.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ to only show the flash message once. Something along these lines:
5757
continue;
5858
}
5959
html = '<div class="alert alert-' + key + '">';
60-
html += '<i class="fa fa-info-circle"></i>';
6160
html += flashes[key];
6261
html += '</div>';
6362
}

0 commit comments

Comments
 (0)