-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with incorrectly closed div tags
When there was only one item the div.row wasn't getting closed correctly, which was breaking the page layout. This change uses Enumerable#each_slice rather than the array index to correctly close tags.
- Loading branch information
1 parent
0d47659
commit 5c3e9cb
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters