workarea-admin 3.5.1 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/workarea/admin/application.html.haml +1 -0
- data/config/locales/en.yml +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f094f20692e9751c2f3508fd322ef71eb6a5852565ed2fdfd6c76962e95dbc19
|
4
|
+
data.tar.gz: 4a78f4b702f8613fdb4aa0c4826967c1f5dd985d9a4a8dd7f0bd0cb15b0fea1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be1df3f80583a12e8126cb06b8c0ddaff6928b39cd94ff09b293e5b7f4f2a4a3a4803447b13b07088d9d0850ae4652d69532a438c9f3dd8cca6b949f9b1dab7d
|
7
|
+
data.tar.gz: 8e12e61aa4c349212709b8a79c10cb047fac22b11217060d99f7e66f32a9be33405bfd96135830cd486daeedc453892ca46be1d193d66499b5aa2ba869a33551
|
@@ -73,6 +73,7 @@
|
|
73
73
|
%li.menu__item= link_to t('workarea.admin.layout.your_account_on_the_storefront'), storefront.users_account_path, class: 'menu__link'
|
74
74
|
%li.menu__item= link_to t('workarea.admin.layout.browse_storefront_as_guest'), guest_browsing_path, class: 'menu__link', data: { method: :post }
|
75
75
|
%li.menu__item= link_to t('workarea.admin.layout.edit_the_home_page'), edit_content_path(current_system_page_content_for(:home_page)), class: 'menu__link'
|
76
|
+
%li.menu__item= link_to t('workarea.admin.layout.edit_the_footer'), edit_content_path(current_system_page_content_for(:layout), area_id: 'footer_navigation'), class: 'menu__link'
|
76
77
|
%li.menu__item.menu__item--heading
|
77
78
|
%span.menu__heading= t('workarea.admin.layout.most_visited')
|
78
79
|
- if most_visited.blank?
|
data/config/locales/en.yml
CHANGED
@@ -2421,6 +2421,7 @@ en:
|
|
2421
2421
|
visit_storefront: Visit the Storefront
|
2422
2422
|
your_account_on_the_storefront: Your Account on the Storefront
|
2423
2423
|
edit_the_home_page: Edit the Home Page
|
2424
|
+
edit_the_footer: Edit the Footer
|
2424
2425
|
articles: Articles
|
2425
2426
|
community_forum: Community Forum
|
2426
2427
|
navigation_menus:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Crouse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea-core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.5.
|
19
|
+
version: 3.5.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.5.
|
26
|
+
version: 3.5.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: workarea-storefront
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.5.
|
33
|
+
version: 3.5.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.5.
|
40
|
+
version: 3.5.2
|
41
41
|
description: Provides site administration functionality for the Workarea Commerce
|
42
42
|
Platform.
|
43
43
|
email:
|