phcscriptcdnpro 5.1.0 → 5.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/authors/index.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +4 -0
- data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/licences/index.html.erb +6 -2
- data/app/views/phcscriptcdnpro/script/licences/new.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/licences/show.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +5 -0
- data/app/views/phcscriptcdnpro/script/listings/new.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/show.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +6 -14
- data/app/views/phcscriptcdnpro/script/urls/index.html.erb +4 -6
- data/app/views/phcscriptcdnpro/script/urls/new.html.erb +7 -14
- data/app/views/phcscriptcdnpro/script/urls/show.html.erb +4 -3
- data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +3 -3
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +1 -2
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +3 -3
- data/app/views/phcscriptcdnpro/script/versions/show.html.erb +2 -2
- data/lib/phcscriptcdnpro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90d061a7f6e8a7d7b46f629afbf6673532ec7e70
|
4
|
+
data.tar.gz: 5dfdd3b8dfedf3d29b106288b049a78118b29f73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34ade8556a3811902571f68e03fab5d5e963a4565d3d35d120e47fed115c1cc02fa8efed8150816a5f1bd29318e5cbd002ce93c8415740d0ba591628a4c1bb1b
|
7
|
+
data.tar.gz: 2c58e70e911e5b6a733918e5ff83053ec9f8216d91d7bd16478cdb6523db33793a65bc7a3034b26dc385406fc9c82d75b7c482aa5832d66a2c9042e8c7cd88a2
|
@@ -26,6 +26,7 @@
|
|
26
26
|
<div class="wrapper wrapper-content animated fadeInRight">
|
27
27
|
<div class="row">
|
28
28
|
<div class="col-lg-12">
|
29
|
+
|
29
30
|
<div class="ibox float-e-margins">
|
30
31
|
<div class="ibox-title">
|
31
32
|
<h5><%= yield(:phc_title_tagline) %></h5>
|
@@ -39,6 +40,7 @@
|
|
39
40
|
</div>
|
40
41
|
</div>
|
41
42
|
<div class="ibox-content">
|
43
|
+
|
42
44
|
<div class="table-responsive">
|
43
45
|
<table class="table table-striped table-bordered table-hover dataTables-example">
|
44
46
|
<thead>
|
@@ -57,8 +59,10 @@
|
|
57
59
|
</tbody>
|
58
60
|
</table>
|
59
61
|
</div>
|
62
|
+
|
60
63
|
</div>
|
61
64
|
</div>
|
65
|
+
|
62
66
|
</div>
|
63
67
|
</div>
|
64
68
|
</div>
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<div class="col-sm-8">
|
17
17
|
<div class="title-action">
|
18
18
|
<%= link_to phcscriptcdnpro.script_extensions_path, class: "btn btn-primary" do %>
|
19
|
-
<i class="fa fa-plus"></i> Back to Extension Index
|
19
|
+
<i class="fa fa-plus"></i> Back to Script Extension Index
|
20
20
|
<% end %>
|
21
21
|
</div>
|
22
22
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script Licence Information" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Script Licence Index" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,7 +9,6 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
12
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
13
|
</ol>
|
15
14
|
</div>
|
@@ -27,6 +26,7 @@
|
|
27
26
|
<div class="wrapper wrapper-content animated fadeInRight">
|
28
27
|
<div class="row">
|
29
28
|
<div class="col-lg-12">
|
29
|
+
|
30
30
|
<div class="ibox float-e-margins">
|
31
31
|
<div class="ibox-title">
|
32
32
|
<h5><%= yield(:phc_title_tagline) %></h5>
|
@@ -40,6 +40,7 @@
|
|
40
40
|
</div>
|
41
41
|
</div>
|
42
42
|
<div class="ibox-content">
|
43
|
+
|
43
44
|
<div class="table-responsive">
|
44
45
|
<table class="table table-striped table-bordered table-hover dataTables-example">
|
45
46
|
<thead>
|
@@ -67,10 +68,13 @@
|
|
67
68
|
<% end %>
|
68
69
|
</tbody>
|
69
70
|
</table>
|
71
|
+
|
70
72
|
</div>
|
71
73
|
</div>
|
74
|
+
|
72
75
|
</div>
|
73
76
|
</div>
|
74
77
|
</div>
|
78
|
+
|
75
79
|
</div>
|
76
80
|
<!-- Page Content -->
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Create a New Script Licence" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Script Licence Details" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "
|
12
|
+
<li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
@@ -26,6 +26,7 @@
|
|
26
26
|
<div class="wrapper wrapper-content animated fadeInRight">
|
27
27
|
<div class="row">
|
28
28
|
<div class="col-lg-12">
|
29
|
+
|
29
30
|
<div class="ibox float-e-margins">
|
30
31
|
<div class="ibox-title">
|
31
32
|
<h5><%= yield(:phc_title_tagline) %></h5>
|
@@ -39,6 +40,7 @@
|
|
39
40
|
</div>
|
40
41
|
</div>
|
41
42
|
<div class="ibox-content">
|
43
|
+
|
42
44
|
<div class="table-responsive">
|
43
45
|
<table class="table table-striped table-bordered table-hover dataTables-example">
|
44
46
|
<thead>
|
@@ -61,9 +63,12 @@
|
|
61
63
|
</tbody>
|
62
64
|
</table>
|
63
65
|
</div>
|
66
|
+
|
64
67
|
</div>
|
65
68
|
</div>
|
69
|
+
|
66
70
|
</div>
|
67
71
|
</div>
|
72
|
+
|
68
73
|
</div>
|
69
74
|
<!-- Page Content -->
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "
|
12
|
+
<li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "
|
12
|
+
<li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script URL Information" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,14 +9,15 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
|
13
14
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
15
|
</ol>
|
15
16
|
</div>
|
16
17
|
<div class="col-sm-8">
|
17
18
|
<div class="title-action">
|
18
19
|
<%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
|
19
|
-
<i class="fa fa-plus"></i> Back to
|
20
|
+
<i class="fa fa-plus"></i> Back to URL Index
|
20
21
|
<% end %>
|
21
22
|
</div>
|
22
23
|
</div>
|
@@ -25,12 +26,9 @@
|
|
25
26
|
|
26
27
|
<!-- Page Content -->
|
27
28
|
<div class="wrapper wrapper-content animated fadeInRight">
|
28
|
-
|
29
29
|
<div class="row">
|
30
30
|
<div class="col-lg-12">
|
31
|
-
|
32
31
|
<div class="ibox float-e-margins">
|
33
|
-
|
34
32
|
<div class="ibox-title">
|
35
33
|
<h5><%= yield(:phc_title_tagline) %></h5>
|
36
34
|
<div class="ibox-tools">
|
@@ -42,18 +40,12 @@
|
|
42
40
|
</a>
|
43
41
|
</div>
|
44
42
|
</div>
|
45
|
-
|
46
43
|
<div class="ibox-content">
|
47
|
-
|
48
|
-
|
49
|
-
<%= render 'form', { form_url: script_listing_url_path } %>
|
50
|
-
|
44
|
+
<!-- Form Requries URL to Function Properly -->
|
45
|
+
<%= render 'form', { form_url: script_listing_url_path } %>
|
51
46
|
</div>
|
52
|
-
|
53
47
|
</div>
|
54
|
-
|
55
48
|
</div>
|
56
49
|
</div>
|
57
|
-
|
58
50
|
</div>
|
59
51
|
<!-- Page Content -->
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Script URL Index" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<div class="col-sm-8">
|
17
17
|
<div class="title-action">
|
18
18
|
<%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
|
19
|
-
<i class="fa fa-plus"></i> Create a New
|
19
|
+
<i class="fa fa-plus"></i> Create a New URL
|
20
20
|
<% end %>
|
21
21
|
</div>
|
22
22
|
</div>
|
@@ -25,12 +25,10 @@
|
|
25
25
|
|
26
26
|
<!-- Page Content -->
|
27
27
|
<div class="wrapper wrapper-content animated fadeInRight">
|
28
|
-
|
29
28
|
<div class="row">
|
30
29
|
<div class="col-lg-12">
|
31
30
|
|
32
31
|
<div class="ibox float-e-margins">
|
33
|
-
|
34
32
|
<div class="ibox-title">
|
35
33
|
<h5><%= yield(:phc_title_tagline) %></h5>
|
36
34
|
<div class="ibox-tools">
|
@@ -42,8 +40,8 @@
|
|
42
40
|
</a>
|
43
41
|
</div>
|
44
42
|
</div>
|
45
|
-
|
46
43
|
<div class="ibox-content">
|
44
|
+
|
47
45
|
<div class="table-responsive">
|
48
46
|
<table class="table table-striped table-bordered table-hover dataTables-example">
|
49
47
|
<thead>
|
@@ -64,10 +62,10 @@
|
|
64
62
|
</tbody>
|
65
63
|
</table>
|
66
64
|
</div>
|
65
|
+
|
67
66
|
</div>
|
68
67
|
|
69
68
|
</div>
|
70
|
-
|
71
69
|
</div>
|
72
70
|
</div>
|
73
71
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Create a New Script URL" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,28 +9,27 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
|
13
14
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
15
|
</ol>
|
15
16
|
</div>
|
16
17
|
<div class="col-sm-8">
|
17
18
|
<div class="title-action">
|
18
19
|
<%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
|
19
|
-
<i class="fa fa-plus"></i> Back to
|
20
|
+
<i class="fa fa-plus"></i> Back to URL Index
|
20
21
|
<% end %>
|
21
22
|
</div>
|
22
23
|
</div>
|
23
24
|
</div>
|
24
25
|
<!-- Page Header -->
|
25
26
|
|
27
|
+
|
26
28
|
<!-- Page Content -->
|
27
29
|
<div class="wrapper wrapper-content animated fadeInRight">
|
28
|
-
|
29
30
|
<div class="row">
|
30
31
|
<div class="col-lg-12">
|
31
|
-
|
32
32
|
<div class="ibox float-e-margins">
|
33
|
-
|
34
33
|
<div class="ibox-title">
|
35
34
|
<h5><%= yield(:phc_title_tagline) %></h5>
|
36
35
|
<div class="ibox-tools">
|
@@ -42,18 +41,12 @@
|
|
42
41
|
</a>
|
43
42
|
</div>
|
44
43
|
</div>
|
45
|
-
|
46
44
|
<div class="ibox-content">
|
47
|
-
|
48
|
-
|
49
|
-
<%= render 'form', { form_url: script_listing_urls_path } %>
|
50
|
-
|
45
|
+
<!-- Form Requries URL to Function Properly -->
|
46
|
+
<%= render 'form', { form_url: script_listing_urls_path } %>
|
51
47
|
</div>
|
52
|
-
|
53
48
|
</div>
|
54
|
-
|
55
49
|
</div>
|
56
50
|
</div>
|
57
|
-
|
58
51
|
</div>
|
59
52
|
<!-- Page Content -->
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Script URL Details" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,14 +9,15 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
|
13
14
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
15
|
</ol>
|
15
16
|
</div>
|
16
17
|
<div class="col-sm-8">
|
17
18
|
<div class="title-action">
|
18
19
|
<%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
|
19
|
-
<i class="fa fa-plus"></i> Back to
|
20
|
+
<i class="fa fa-plus"></i> Back to URL Index
|
20
21
|
<% end %>
|
21
22
|
</div>
|
22
23
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script Version Information" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,13 +9,13 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
16
16
|
<div class="col-sm-8">
|
17
17
|
<div class="title-action">
|
18
|
-
<%= link_to phcscriptcdnpro.
|
18
|
+
<%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
|
19
19
|
<i class="fa fa-plus"></i> Back to Script Version Index
|
20
20
|
<% end %>
|
21
21
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Script Version Index" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,7 +9,6 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
12
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
13
|
</ol>
|
15
14
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Create a New Version" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,13 +9,13 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|
16
16
|
<div class="col-sm-8">
|
17
17
|
<div class="title-action">
|
18
|
-
<%= link_to phcscriptcdnpro.
|
18
|
+
<%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
|
19
19
|
<i class="fa fa-plus"></i> Back to Script Version Index
|
20
20
|
<% end %>
|
21
21
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listings Manager" %>
|
3
3
|
<% phc_title_tagline "Script Version Details" %>
|
4
4
|
<!-- Title System -->
|
5
5
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<h2><%= yield(:phc_title) %></h2>
|
10
10
|
<!-- Bread Crumb -->
|
11
11
|
<ol class="breadcrumb">
|
12
|
-
<li><%= link_to "Script
|
12
|
+
<li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
|
13
13
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
14
|
</ol>
|
15
15
|
</div>
|