Skip to content

Commit

Permalink
Added icons to copied templates (#1285)
Browse files Browse the repository at this point in the history
In #888, it was noted that the stylesheet and icons partials weren't generated
by the Rails generator command; stylesheet was fixed, but icons never seemed
to be. This addresses that issue.
  • Loading branch information
mashedkeyboard authored and nickcharlton committed Aug 16, 2019
1 parent 17707b0 commit 8ccf2f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/generators/administrate/views/layout_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def copy_template
copy_resource_template("_stylesheet")
copy_resource_template("_javascript")
copy_resource_template("_flashes")
copy_resource_template("_icons")
end
end
end
Expand Down

0 comments on commit 8ccf2f6

Please sign in to comment.