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: 119cb9a058b27d517c73af8cd483ef96e264dcda487df9e38fa92c2841a66865
4
- data.tar.gz: 3e0fcbbfdab6c79f9cd0c14fbd0ca68c6ebb6e63625e22bc0fdcf8f39ee24075
3
+ metadata.gz: 8069bb27a1f798a7009ef345181e228f7bc3984763fe4cbb2af4be813eaff3eb
4
+ data.tar.gz: 381af4e9db084caa413887bc5b55fa1125093e019d5734ba9a2d3837e47dece2
5
5
  SHA512:
6
- metadata.gz: 8f467be2339eb8bce1c1eeaefe9327fbdbd30fecddfc29f8f88b81fa47d9c9e3ef718655062d710742a8eaf4d029640215b86613b86f65d7cb14a9994f2a0528
7
- data.tar.gz: 28ea781560a088c016f149785d9889a3306ffcf1452410563cb4ed89501cc53a4b4e9169c530308d4607cedaae920f2a2726dfa6154768e9f9167bc5a444694d
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 access_denied exception
33
- store_location_for :user, request.path
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= link_to 'Contexts/Campaigns', email_contexts_path
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.337
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-23 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails