phcdevworks_accounts 3.0.1 → 3.0.2
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: 4baa812aa382c2c5ca9a503d0b1c7596a5ae79257d9ca3af8cd699ec7fff9b2f
|
|
4
|
+
data.tar.gz: 3c0787201c45b14496ac495da2bb22ce641811cd6f70f51cf1b3f691f63245d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 341dda02ac16df7f00fcac2fefeaefb8963e02777c71021ce5563ab75c03676d62657f20ea3a1c6b3ce2707429e6c9edcd450349d0b3a38624d0f6e7dd460cbb
|
|
7
|
+
data.tar.gz: 4d0e1b3c966d4343823df646f3b626912ca27a19d6bc159357a0960d3ecaad398c0662e741641e86efdd25a8d5d1de59bed17bcfff17d7e3b96fcf9c0ea718d5
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
|
|
235
235
|
<% if defined?phcdevworks_core_modules %>
|
|
236
236
|
<!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks Core Modules -->
|
|
237
|
-
<li class="nav-header">
|
|
237
|
+
<li class="nav-header">Categories</li>
|
|
238
238
|
<li class="has-sub">
|
|
239
239
|
<a href="javascript:;">
|
|
240
240
|
<b class="caret"></b>
|
|
@@ -246,11 +246,28 @@
|
|
|
246
246
|
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/post/categories#new") %>"><%= link_to("New Category", phcdevworks_core_modules.new_post_category_path) %></li>
|
|
247
247
|
</ul>
|
|
248
248
|
</li>
|
|
249
|
+
<!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks Core Modules -->
|
|
250
|
+
<% end %>
|
|
251
|
+
|
|
252
|
+
<% if defined?phcdevworks_core_modules %>
|
|
253
|
+
<!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks Core Modules -->
|
|
254
|
+
<li class="nav-header">Marketing</li>
|
|
255
|
+
<li class="has-sub">
|
|
256
|
+
<a href="javascript:;">
|
|
257
|
+
<b class="caret"></b>
|
|
258
|
+
<i class="fad fa-link"></i>
|
|
259
|
+
<span>Affiliate Links</span>
|
|
260
|
+
</a>
|
|
261
|
+
<ul class="sub-menu">
|
|
262
|
+
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/affiliate/links") %>"><%= link_to("Affiliate Link Index", phcdevworks_core_modules.affiliate_links_path) %></li>
|
|
263
|
+
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/affiliate/links#new") %>"><%= link_to("New Affiliate Link", phcdevworks_core_modules.new_affiliate_link_path) %></li>
|
|
264
|
+
</ul>
|
|
265
|
+
</li>
|
|
249
266
|
<li class="has-sub">
|
|
250
267
|
<a href="javascript:;">
|
|
251
268
|
<b class="caret"></b>
|
|
252
269
|
<i class="fad fa-analytics"></i>
|
|
253
|
-
<span>
|
|
270
|
+
<span>Search Optimization</span>
|
|
254
271
|
</a>
|
|
255
272
|
<ul class="sub-menu">
|
|
256
273
|
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/marketing/optimizations") %>"><%= link_to("SEO Data Index", phcdevworks_core_modules.marketing_optimizations_path) %></li>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcdevworks_accounts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|