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: 94770c7528aae69564cd1fbbfcbd3b83a1b8bdb2ce49009e709fa4a15550bdd5
4
- data.tar.gz: 30c379a51b94c02684e2292cdc269166123063d0cf1f754528335523230af2a0
3
+ metadata.gz: a6b80136ffb11be0e9e84289d74211150f9d8c8751a86473bc380346e0435f77
4
+ data.tar.gz: 2d73c8bb09703588489c40d1f945e26776c425cddb2e3c986370cd1fdef16fb5
5
5
  SHA512:
6
- metadata.gz: af809ea6781edcf9526a1a2ef7d3c83b78699cfcf83749be7c75ca8931bf5c21ba1af31d22f61da146103f32e545fc1d821d61c4088f72c28ebf18eaea2e7b85
7
- data.tar.gz: b83ee69ae55ec4dc86db84c43399898a9b388f00aa2c6ad0eb7c03447954c097120cf9fbe09c124eeb1d8031060eb6bcb5a0e389ac208bbdd066c6245e853578
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 Press -->
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/modules/categories") %>"><%= link_to("Category Index", phcdevworks_core_modules.modules_categories_path) %></li>
126
- <li class="<%= phc_menu_active_controller("phcdevworks_core_modules/modules/categories#new") %>"><%= link_to("New Category", phcdevworks_core_modules.new_modules_category_path) %></li>
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
- <!-- -PHC- Sidebar - Sidebar Navigation - PHCDevworks Press -->
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 %>
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccounts
2
- VERSION = "1.12.0"
2
+ VERSION = "1.13.0"
3
3
  end
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.12.0
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-30 00:00:00.000000000 Z
11
+ date: 2020-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails