padma-assets 0.3.36 → 0.3.37
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 +4 -4
- data/app/views/layouts/_lists_list.html.erb +0 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e3d7ddfe6fee2cd661615b7eaba3f42ddbb0d2cf3941fc1ca11199c01758aa1
|
|
4
|
+
data.tar.gz: 2b7eb6c3fa42acc3ba2b3570d6d7c28b9acafa43b53898b4bd3e34715aacdfb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b10fd81ef46cbfa47a3b44ba01960a563813cc184da7846e6fcf4cc6ba4f27303a9ad14f309e3e1ab3a7bbe5da6cbce3bc1a640100a5011ad79007c893252ce9
|
|
7
|
+
data.tar.gz: '040844b04fab33a5160b0ba44c7319e505cc4754f9a9a9254e4446e9fa49d0f186443df9bba67245791f2f85939c2bfd930b55b95d03c10998c4ac02c402a960'
|
|
@@ -9,13 +9,6 @@
|
|
|
9
9
|
<%= t('header-menu.lists.lists.saved_lists') %>
|
|
10
10
|
</li>
|
|
11
11
|
<div id="all-available-lists-menu">
|
|
12
|
-
<div id="menu-saved-lists"
|
|
13
|
-
class="cached-async-render"
|
|
14
|
-
data-cache-expires-in="120"
|
|
15
|
-
data-cache-key="saved-lists-for-<%= current_user.current_account.name%>"
|
|
16
|
-
data-url="<%= APP_CONFIG['crm-url' ] %>/persistent_contact_searches/menu?account_name=<%= current_user.current_account.name %>">
|
|
17
|
-
<li><a><%= image_tag 'spinner.gif' %></a></li>
|
|
18
|
-
</div>
|
|
19
12
|
<li class="dropdown-header"><%= t('header-menu.lists.lists.system_lists') %></li>
|
|
20
13
|
<%- %W(students former_students prospects).each do |st| -%>
|
|
21
14
|
<li>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padma-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Macgowan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
134
134
|
- !ruby/object:Gem::Version
|
|
135
135
|
version: '0'
|
|
136
136
|
requirements: []
|
|
137
|
-
rubygems_version: 3.
|
|
137
|
+
rubygems_version: 3.5.11
|
|
138
138
|
signing_key:
|
|
139
139
|
specification_version: 4
|
|
140
140
|
summary: Assets to be re-used in PADMA applications
|