phcdevworks_accounts 1.12.0 → 1.13.0
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: a6b80136ffb11be0e9e84289d74211150f9d8c8751a86473bc380346e0435f77
|
|
4
|
+
data.tar.gz: 2d73c8bb09703588489c40d1f945e26776c425cddb2e3c986370cd1fdef16fb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bb474f8f9c921db2613f6bbf79158bdb1288924bd3945323d6f43b8d2a8db99bee148640c5ccb2ca8501423f9e13542f5556819ec097422ae2fba3689f10fb4
|
|
7
|
+
data.tar.gz: fe6b12a814cbc4a13252e9b2b2bfdb90b10e6e6b3c860de57afecbe13ece81e8b6bc152604da90c8eaddde4dba9bc87428df718037e6ed005e85488af3dfc59d
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<% end %>
|
|
114
114
|
|
|
115
115
|
<% if defined?phcdevworks_core_modules %>
|
|
116
|
-
<!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks
|
|
116
|
+
<!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks Core Modules -->
|
|
117
117
|
<li class="nav-header">Core Modules</li>
|
|
118
118
|
<li class="has-sub">
|
|
119
119
|
<a href="javascript:;">
|
|
@@ -122,11 +122,22 @@
|
|
|
122
122
|
<span>Categories</span>
|
|
123
123
|
</a>
|
|
124
124
|
<ul class="sub-menu">
|
|
125
|
-
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/
|
|
126
|
-
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/
|
|
125
|
+
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/post/categories") %>"><%= link_to("Category Index", phcdevworks_core_modules.post_categories_path) %></li>
|
|
126
|
+
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/post/categories#new") %>"><%= link_to("New Category", phcdevworks_core_modules.new_post_category_path) %></li>
|
|
127
127
|
</ul>
|
|
128
128
|
</li>
|
|
129
|
-
|
|
129
|
+
<li class="has-sub">
|
|
130
|
+
<a href="javascript:;">
|
|
131
|
+
<b class="caret"></b>
|
|
132
|
+
<i class="fad fa-analytics"></i>
|
|
133
|
+
<span>Marketing</span>
|
|
134
|
+
</a>
|
|
135
|
+
<ul class="sub-menu">
|
|
136
|
+
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/marketing/optimizations") %>"><%= link_to("SEO Data Index", phcdevworks_core_modules.marketing_optimizations_path) %></li>
|
|
137
|
+
<li class="<%= phc_menu_active_controller("phcdevworks_core_modules/marketing/optimizations#new") %>"><%= link_to("Add SEO Data", phcdevworks_core_modules.new_marketing_optimization_path) %></li>
|
|
138
|
+
</ul>
|
|
139
|
+
</li>
|
|
140
|
+
<!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks Core Modules -->
|
|
130
141
|
<% end %>
|
|
131
142
|
|
|
132
143
|
<% if defined?phcdevworks_members %>
|
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: 1.
|
|
4
|
+
version: 1.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06
|
|
11
|
+
date: 2020-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|