phcdevworks_accounts 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea67668f7742918e4157934a05ee9782cd2530ce7f5854debb70f8be419f4222
4
- data.tar.gz: e8604a08f5453507549ed0306aadaad51741bd4f76dfa52c2978a33f706a94a2
3
+ metadata.gz: f3beb8193f03cc0b898a63bd8ec05d654fc43a28c1a9526ee29f4e1e86acacaa
4
+ data.tar.gz: 7abfcf5ba50abc7e6f00800a186d9dc819f0939449de76cbe53a314afc546255
5
5
  SHA512:
6
- metadata.gz: 71e91b9ddd2b28b359a5c0b06b984de770223934cbd8e854230bed4a4006f01020c8850a55195ad2e87cac0809424350dd613b50051a835cbcc90a4995ffb089
7
- data.tar.gz: 7488706f1fbb91b890bc3cc56bad9915a0ab952880625d92f73e0e9d590c108debdf2d31078285ea96f35c298c846411c3f2fa209a6f43cafe9328182ef8cb5a
6
+ metadata.gz: e6cc46448ba89a685472041016a56e57a9a517a647d2b3e5a3e0fd3f87bfa00e89809947b2c95a7743e5c0dc35f44ef13b41b46a3c40f62c8d9d0d1d50bb2ed6
7
+ data.tar.gz: 3ab47d39e96ef3bc6a145096aaa11088b2988e123776a24a8156be5bde19e5d62f3f83ac717a9c403c9652d1fa584cb67c10358825044f11f0e19d04704dcd17
@@ -67,7 +67,7 @@
67
67
  <% end %>
68
68
 
69
69
  <% if defined?phcdevworks_press %>
70
- <!-- Sidebar - Sidebar Navigation - PHCPress CMS -->
70
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
71
71
  <li class="nav-header">Article Management</li>
72
72
  <li class="has-sub">
73
73
  <a href="javascript:;">
@@ -91,11 +91,11 @@
91
91
  <li class="<%= phc_menu_active_controller('phcdevworks_press/article/categories#new') %>"><%= link_to('New Category', phcdevworks_press.new_article_category_path) %></li>
92
92
  </ul>
93
93
  </li>
94
- <!-- Sidebar - Sidebar Navigation - PHCPress CMS -->
94
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Press -->
95
95
  <% end %>
96
96
 
97
97
  <% if defined?phcdevworks_scripts %>
98
- <!-- Sidebar - Sidebar Navigation - PHCScripts CDN and Code Snippet Manager -->
98
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Scripts -->
99
99
  <li class="nav-header">Script Management</li>
100
100
  <li class="has-sub">
101
101
  <a href="javascript:;">
@@ -132,7 +132,37 @@
132
132
  <li class="<%= phc_menu_active_controller('phcdevworks_scripts/script/posts#new') %>"><%= link_to 'New Snippet', phcdevworks_scripts.new_snippet_post_path %></li>
133
133
  </ul>
134
134
  </li>
135
- <!-- Sidebar - Sidebar Navigation - PHCScripts CDN and Code Snippet Manager -->
135
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks Scripts -->
136
+ <% end %>
137
+
138
+ <% if defined?phcdevworks_real_estate %>
139
+
140
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
141
+ <li class="nav-header">Listing Management</li>
142
+ <li class="has-sub">
143
+ <a href="javascript:;">
144
+ <b class="caret"></b>
145
+ <i class="fad fa-home-lg"></i>
146
+ <span>Property Listings</span>
147
+ </a>
148
+ <ul class="sub-menu">
149
+ <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings') %>"><%= link_to 'Listing Index', phcdevworks_real_estate.property_listings_path %></li>
150
+ <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings#new') %>"><%= link_to 'New Listing', phcdevworks_real_estate.new_property_listing_path %></li>
151
+ </ul>
152
+ </li>
153
+ <li class="has-sub">
154
+ <a href="javascript:;">
155
+ <b class="caret"></b>
156
+ <i class="fad fa-list-alt"></i>
157
+ <span>Listing Features</span>
158
+ </a>
159
+ <ul class="sub-menu">
160
+ <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings') %>"><%= link_to 'Features Index', phcdevworks_real_estate.property_features_path %></li>
161
+ <li class="<%= phc_menu_active_controller('phcdevworks_real_estate/property/listings#new') %>"><%= link_to 'New Features', phcdevworks_real_estate.new_property_feature_path %></li>
162
+ </ul>
163
+ </li>
164
+ <!-- Sidebar - Sidebar Navigation - PHCDevworks RealEstate -->
165
+
136
166
  <% end %>
137
167
 
138
168
  <% if current_user && current_user.admin? %>
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccounts
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
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.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-21 00:00:00.000000000 Z
11
+ date: 2019-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails