comfy-admin-constructor 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Comfy
2
2
  module Admin
3
3
  module Constructor
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
6
6
  end
7
7
  end
@@ -56,7 +56,7 @@ class CmsAdminGenerator < Rails::Generators::Base
56
56
 
57
57
  def add_navigation
58
58
  if !File.exist? destination_path("app/views/admin/_navigation.html.haml")
59
- template "partials/_navgation.html.haml", "app/views/admin/_navigation.html.haml"
59
+ template "_navgation.html.haml", "app/views/admin/_navigation.html.haml"
60
60
  end
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy-admin-constructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,6 +29,7 @@ files:
29
29
  - lib/comfy-admin-constructor/version.rb
30
30
  - lib/generators/cms_admin/USAGE
31
31
  - lib/generators/cms_admin/cms_admin_generator.rb
32
+ - lib/generators/cms_admin/templates/_navigation.html.haml
32
33
  - lib/generators/cms_admin/templates/actions/create.rb
33
34
  - lib/generators/cms_admin/templates/actions/destroy.rb
34
35
  - lib/generators/cms_admin/templates/actions/edit.rb
@@ -38,7 +39,6 @@ files:
38
39
  - lib/generators/cms_admin/templates/controller.rb
39
40
  - lib/generators/cms_admin/templates/migration.rb
40
41
  - lib/generators/cms_admin/templates/model.rb
41
- - lib/generators/cms_admin/templates/partials/_navigation.html.haml
42
42
  - lib/generators/cms_admin/templates/protected/build.rb
43
43
  - lib/generators/cms_admin/templates/protected/load.rb
44
44
  - lib/generators/cms_admin/templates/views/_form.html.haml