phcscriptcdn 4.3.3 → 4.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/phcscriptcdn/application.html.erb +42 -6
- data/app/views/layouts/phcscriptcdn/components/backend/footer/_footer.html.erb +4 -0
- data/app/views/layouts/phcscriptcdn/components/backend/navigation/_navigation.html.erb +20 -0
- data/app/views/layouts/phcscriptcdn/components/backend/topbar/_topbar.html.erb +5 -0
- data/app/views/layouts/phcscriptcdn/components/backend/topbar/_topbar_links.html.erb +0 -0
- data/lib/phcscriptcdn/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 975d10d338731887f4ab61149168c032c5926554
|
4
|
+
data.tar.gz: abf42125e7dff706e59326958f6faf9f948eaecc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee28c674f573574b25e6c33f971bf7f5306c7d0ebd013e3464d2e72f3d06e06816cffe18c5b9173c95e08b5959ad8154c06edf94b52154b718d53137315e0594
|
7
|
+
data.tar.gz: 88673e2d15b61e4449c81af3773c08b27bf610cff576dfaf613d163c9d007192fa78477596485a0b3854b4fabe3cb53b3763f1393bf9f95bee3acf263a39e13c
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
<head>
|
5
5
|
|
6
|
-
<title>
|
6
|
+
<title>PHCMembers - Membership Manager</title>
|
7
7
|
|
8
8
|
<%= stylesheet_link_tag "phcscriptcdn/application", media: "all" %>
|
9
9
|
<%= javascript_include_tag "phcscriptcdn/application" %>
|
@@ -11,10 +11,46 @@
|
|
11
11
|
|
12
12
|
</head>
|
13
13
|
|
14
|
-
<body>
|
15
|
-
|
16
|
-
|
14
|
+
<body class="hold-transition skin-blue sidebar-mini">
|
15
|
+
|
16
|
+
<div class="wrapper">
|
17
|
+
<div class="main_container">
|
18
|
+
|
19
|
+
<header class="main-header">
|
20
|
+
|
21
|
+
<!-- Logo with Link -->
|
22
|
+
<%= link_to phcmembers.member_profiles_path, class: "logo" do %>
|
23
|
+
<span class="logo-mini">PHC</span>
|
24
|
+
<span class="logo-lg"><b>PHC</b>ScriptCDN</span>
|
25
|
+
<% end %>
|
26
|
+
<!-- Logo with Link -->
|
27
|
+
|
28
|
+
<!-- Top Navbar -->
|
29
|
+
<nav class="navbar navbar-static-top">
|
30
|
+
<%= render 'layouts/phcscriptcdn/components/backend/topbar/topbar' %>
|
31
|
+
</nav>
|
32
|
+
<!-- Top Navbar -->
|
33
|
+
|
34
|
+
</header>
|
35
|
+
|
36
|
+
<aside class="main-sidebar">
|
37
|
+
<%= render 'layouts/phcscriptcdn/components/backend/navigation/navigation' %>
|
38
|
+
</aside>
|
39
|
+
|
40
|
+
<!-- Page Content -->
|
41
|
+
<div class="content-wrapper">
|
42
|
+
<%= yield %>
|
43
|
+
</div>
|
44
|
+
<!-- Page Content -->
|
45
|
+
|
46
|
+
</div>
|
17
47
|
</div>
|
18
|
-
</body>
|
19
48
|
|
20
|
-
|
49
|
+
<!-- Footer -->
|
50
|
+
<footer class="main-footer">
|
51
|
+
<%= render 'layouts/phcscriptcdn/components/backend/footer/footer' %>
|
52
|
+
</footer>
|
53
|
+
<!-- Footer -->
|
54
|
+
|
55
|
+
</body>
|
56
|
+
</html>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<section class="sidebar">
|
2
|
+
<ul class="sidebar-menu">
|
3
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/listings') %> treeview">
|
4
|
+
<a href=""><i class="fa fa-code"></i> <span class="nav-label">Script Listings</span> <span class="fa arrow"></span></a>
|
5
|
+
<ul class="nav nav-second-level collapse">
|
6
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/listings') %>"><%= link_to "All Script Listings", phcscriptcdnpro.script_listings_path %></li>
|
7
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/listings#new') %>"><%= link_to "Add a New Listing", phcscriptcdnpro.new_script_listing_path %></li>
|
8
|
+
</ul>
|
9
|
+
</li>
|
10
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/authors') %> <%= is_active_controller('phcscriptcdnpro/script/licences') %> <%= is_active_controller('phcscriptcdnpro/script/extensions') %> <%= is_active_controller('phcscriptcdnpro/script/versions') %> treeview">
|
11
|
+
<a href=""><i class="fa fa-code"></i> <span class="nav-label">Script CDN Modules</span> <span class="fa arrow"></span></a>
|
12
|
+
<ul class="nav nav-second-level collapse">
|
13
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/authors') %>"><%= link_to "Script Authors", phcscriptcdnpro.script_authors_path %></li>
|
14
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/licences') %>"><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
|
15
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/extensions') %>"><%= link_to "Script Extensions", phcscriptcdnpro.script_extensions_path %></li>
|
16
|
+
<li class="<%= is_active_controller('phcscriptcdnpro/script/versions') %>"><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
|
17
|
+
</ul>
|
18
|
+
</li>
|
19
|
+
</ul>
|
20
|
+
</section>
|
File without changes
|
data/lib/phcscriptcdn/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcscriptcdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.
|
4
|
+
version: 4.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BradPotts
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -574,6 +574,10 @@ files:
|
|
574
574
|
- app/models/phcscriptcdn/script/url.rb
|
575
575
|
- app/models/phcscriptcdn/script/version.rb
|
576
576
|
- app/views/layouts/phcscriptcdn/application.html.erb
|
577
|
+
- app/views/layouts/phcscriptcdn/components/backend/footer/_footer.html.erb
|
578
|
+
- app/views/layouts/phcscriptcdn/components/backend/navigation/_navigation.html.erb
|
579
|
+
- app/views/layouts/phcscriptcdn/components/backend/topbar/_topbar.html.erb
|
580
|
+
- app/views/layouts/phcscriptcdn/components/backend/topbar/_topbar_links.html.erb
|
577
581
|
- app/views/layouts/phcscriptcdn/frontend.html.erb
|
578
582
|
- app/views/phcscriptcdn/script/authors/_form.html.erb
|
579
583
|
- app/views/phcscriptcdn/script/authors/edit.html.erb
|