manage 1.3.5 → 1.3.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5ab1fbdedaa13d1098b8c84cc87c9c3a9dbb78d
4
- data.tar.gz: ca562946b45a85ff71d560363361b027c13b9ea1
3
+ metadata.gz: affd1906379e6f13c89f9fbb7021692e58878252
4
+ data.tar.gz: c1645f0b95b8e5c2de1fbda6caac02d064e5ddc2
5
5
  SHA512:
6
- metadata.gz: 45ff6240a3c8028274e298e94e3fd51e0155d45834515071911cba37806646133ae48030c021d88339b7958b7cef97b5f05b0fe1aaa8c3a5eb934120cc10263e
7
- data.tar.gz: 02fdbd38fe10568abad6beecdb557f9993320de020602959f508bc79bf27ab8f2cfd091cfa022a826d673873844163430d29aea81f0b23148b40fde0254941b2
6
+ metadata.gz: 3d6dbb32c70b71f994348f99a10ae00e63af5b98d9cf7cc8b4ddc8a5b60d8027e8e5f825a6167a86ec9d22bb5923b837cbb26fb457bd911d49b7907e7f0ca7dd
7
+ data.tar.gz: a954de6d60138688852d644d8d257799f881775956745f11fc6d8ecda242d31b156b427c924f4000200fdf605056067a11d6f81300aa81c6d21e40556e69d7be
@@ -1,6 +1,8 @@
1
- nav
2
- = link_to t('manage.actions.new', model: resource_class.model_name.human), [:new, resource_class.name.tableize.singularize], class: 'button small secondary'
3
- = yield(:index_navigation) if content_for? :index_navigation
1
+ - if content_for? :index_topbar
2
+ nav
3
+ = link_to t('manage.actions.new', model: resource_class.model_name.human), [:new, resource_class.name.tableize.singularize], class: 'button small secondary'
4
+ - else
5
+ = yield(:index_topbar)
4
6
 
5
7
  = render "manage/resource/index/scopes"
6
8
 
@@ -1,3 +1,3 @@
1
1
  module Manage
2
- VERSION = "1.3.5"
2
+ VERSION = "1.3.6"
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Empower United
@@ -334,6 +334,7 @@ files:
334
334
  - spec/dummy/public/404.html
335
335
  - spec/dummy/db/schema.rb
336
336
  - spec/dummy/db/migrate/20130716083410_init_migration.rb
337
+ - spec/dummy/log/test.log
337
338
  - spec/dummy/config.ru
338
339
  - spec/dummy/app/views/layouts/application.html.erb
339
340
  - spec/dummy/app/models/post.rb
@@ -398,6 +399,7 @@ test_files:
398
399
  - spec/dummy/public/404.html
399
400
  - spec/dummy/db/schema.rb
400
401
  - spec/dummy/db/migrate/20130716083410_init_migration.rb
402
+ - spec/dummy/log/test.log
401
403
  - spec/dummy/config.ru
402
404
  - spec/dummy/app/views/layouts/application.html.erb
403
405
  - spec/dummy/app/models/post.rb