redde 0.3.33 → 0.3.34

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: be5253bf266027e3ed6168cc978cdb9f4d010e71
4
- data.tar.gz: b8ab0642de429e94f432dde86e69e511014a65f4
3
+ metadata.gz: a729a4de82fd246f1ff139acfc968b4919ccbcbb
4
+ data.tar.gz: 3bf482f1f70f3b7296dbace7d362e9fb06cf3a42
5
5
  SHA512:
6
- metadata.gz: 73b88a683e95830af8956bb9f088014e5013ba2b1f5aa60eb47795deb9c3a2084329ed8132196a5c4ab52805b7cce6868bc2592ff3480a33884b778e6a61cbe9
7
- data.tar.gz: cca7a08daee7d695fa428569b1d3fc5aa11f48fdc13fac33b32d78d8954fe963045269ea25b7cab35a35cf23b7d9cedfc4aa7cb52d1733dcb25717c5e9ac6305
6
+ metadata.gz: 07a1d2f55390b5339f4ce6d3ad205b411c684bbd49b0e77e5816e21b3c30400c879a7c12860b142b7982e7b6219e60bd5d8f48a50906efc5f02b5d15b8212fcb
7
+ data.tar.gz: c850cd0136e0fe9199b400e39d861013b2cd284d2e531521acfa33ba2eb29c7750adffe4bcc9fbe31405069715a942d8ac278fde940e6e3d37df2b91f2fde22a
@@ -1,5 +1,5 @@
1
1
  class Admin::BaseController < ActionController::Base
2
- layout 'admin'
2
+ layout 'redde'
3
3
  before_action :authenticate_manager!
4
4
  include Redde::AdminHelper
5
5
  include Redde::IndexHelper
@@ -1,5 +1,5 @@
1
1
  !!!
2
- %html.ra-layout{ lang: 'en' }
2
+ %html.ra-layout{ lang: 'ru' }
3
3
  %head
4
4
  %meta{ charset: 'UTF-8'}
5
5
  %title= @page_title || 'ReddeCMS'
data/lib/redde/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Redde
2
- VERSION = '0.3.33'.freeze
2
+ VERSION = '0.3.34'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redde
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.33
4
+ version: 0.3.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Bovykin
@@ -545,8 +545,8 @@ files:
545
545
  - app/views/kaminari/redde/_page.html.haml
546
546
  - app/views/kaminari/redde/_paginator.html.haml
547
547
  - app/views/kaminari/redde/_prev_page.html.haml
548
- - app/views/layouts/admin.html.haml
549
548
  - app/views/layouts/login.html.haml
549
+ - app/views/layouts/redde.html.haml
550
550
  - bin/rails
551
551
  - config/locales/paginate.ru.yml
552
552
  - config/routes.rb