ish_manager 0.1.8.337 → 0.1.8.339
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8069bb27a1f798a7009ef345181e228f7bc3984763fe4cbb2af4be813eaff3eb
|
4
|
+
data.tar.gz: 381af4e9db084caa413887bc5b55fa1125093e019d5734ba9a2d3837e47dece2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80d8d0480433c08f95c48ab706305b5f30fbe509194efb4a231162868cfe46c60fd91ed96241f6e77116ba95a8734156d36cf06c5b109e747418aee88d5f37b5
|
7
|
+
data.tar.gz: 84adc25ad5e5d79e27610dcd5747edf1378f4cd1bb47cd0051e579821fbe4c03e171cf4d9b8e60584fe83dbcdaa778160cc5fa0b1b3d3a40f61c72fe3256740f
|
@@ -17,6 +17,11 @@ module IshManager
|
|
17
17
|
#
|
18
18
|
private
|
19
19
|
|
20
|
+
def access_denied exception
|
21
|
+
store_location_for :user, request.path
|
22
|
+
redirect_to user_signed_in? ? root_path : Rails.application.routes.url_helpers.new_user_session_path, :alert => exception.message
|
23
|
+
end
|
24
|
+
|
20
25
|
def set_changelog
|
21
26
|
@version = Gem.loaded_specs['ish_manager'].version.to_s
|
22
27
|
end
|
@@ -29,9 +34,8 @@ module IshManager
|
|
29
34
|
@current_ability ||= ::IshManager::Ability.new( @current_profile )
|
30
35
|
end
|
31
36
|
|
32
|
-
def
|
33
|
-
|
34
|
-
redirect_to user_signed_in? ? root_path : Rails.application.routes.url_helpers.new_user_session_path, :alert => exception.message
|
37
|
+
def set_lists
|
38
|
+
;
|
35
39
|
end
|
36
40
|
|
37
41
|
def pp_errors err
|
@@ -64,6 +64,9 @@
|
|
64
64
|
%li= link_to 'Leads', leads_path
|
65
65
|
%li= link_to 'Leadsets', leadsets_path
|
66
66
|
%li= link_to 'Email Templates', email_templates_path
|
67
|
-
%li
|
67
|
+
%li
|
68
|
+
= link_to 'Contexts/Campaigns', email_contexts_path
|
69
|
+
= link_to '[+]', new_email_context_path
|
70
|
+
= link_to '[to-send]', notsent_email_contexts_path
|
68
71
|
%hr
|
69
72
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ish_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.339
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|