flexible_admin 0.2.0 → 0.2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.textile CHANGED
@@ -17,7 +17,6 @@ h4. Basically needs
17
17
  h4. Customized for
18
18
 
19
19
  # Paperclip file attachments
20
- # SASS stylesheets
21
20
 
22
21
  h4. Distinctions from other Rails admin gems
23
22
 
@@ -1,3 +1,3 @@
1
1
  module FlexibleAdmin
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.0.1"
3
3
  end
@@ -38,7 +38,7 @@ module FlexibleAdmin
38
38
  end
39
39
 
40
40
  def create_stylesheets
41
- template "stylesheets/bootstrap.sass", "app/assets/stylesheets/admin/bootstrap.sass"
41
+ template "stylesheets/bootstrap.css", "app/assets/stylesheets/admin/bootstrap.css"
42
42
  template "stylesheets/application.css", "app/assets/stylesheets/admin/application.css"
43
43
  template "stylesheets/demo_table.css", "app/assets/stylesheets/admin/datatables/demo_table.css"
44
44
  template "stylesheets/admin.sass", "app/assets/stylesheets/admin/admin.sass"