phcscriptcdnpro 5.8.6 → 5.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +4 -4
  3. data/app/views/phcscriptcdnpro/script/authors/index.html.erb +4 -4
  4. data/app/views/phcscriptcdnpro/script/authors/new.html.erb +4 -4
  5. data/app/views/phcscriptcdnpro/script/authors/show.html.erb +4 -4
  6. data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +4 -4
  7. data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +2 -2
  8. data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +6 -6
  9. data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +6 -6
  10. data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +2 -2
  11. data/app/views/phcscriptcdnpro/script/licences/index.html.erb +2 -2
  12. data/app/views/phcscriptcdnpro/script/licences/new.html.erb +2 -2
  13. data/app/views/phcscriptcdnpro/script/licences/show.html.erb +2 -2
  14. data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +2 -2
  15. data/app/views/phcscriptcdnpro/script/listings/index.html.erb +2 -2
  16. data/app/views/phcscriptcdnpro/script/listings/new.html.erb +2 -2
  17. data/app/views/phcscriptcdnpro/script/listings/show.html.erb +2 -2
  18. data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +9 -8
  19. data/app/views/phcscriptcdnpro/script/urls/index.html.erb +7 -5
  20. data/app/views/phcscriptcdnpro/script/urls/new.html.erb +9 -8
  21. data/app/views/phcscriptcdnpro/script/urls/show.html.erb +9 -8
  22. data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +4 -2
  23. data/app/views/phcscriptcdnpro/script/versions/index.html.erb +2 -2
  24. data/app/views/phcscriptcdnpro/script/versions/new.html.erb +2 -2
  25. data/app/views/phcscriptcdnpro/script/versions/show.html.erb +2 -2
  26. data/lib/phcscriptcdnpro/version.rb +1 -1
  27. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dede93b4cdaa2f2e868b47ac2f882f13e922ed55
4
- data.tar.gz: 4cefb10dc630e676d042b2ec2345fe6b7450cf7e
3
+ metadata.gz: e7d7201c453b8d94d344397d2fc2a2ee508738e0
4
+ data.tar.gz: 183c01266d69974d4d8107bffde95e805d4c6e22
5
5
  SHA512:
6
- metadata.gz: a13be038cf8a4e2c8a6b23d4faafa7e955fa88a4cb3f93fb8e012c628b59c9e5f805dd548b6b9ce62080d566c83c519b665d98bcad25941ac9f0596905e95bb1
7
- data.tar.gz: fc2c690df21e9741a46605555cf01b4d8ae20849a9ce2af310663b178b9b2fa72bbbfbd0884bb00b4df1a3ff5e672e67fe2dabac91e2df7fdab3de8d25476e70
6
+ metadata.gz: bdbe63cacd0034bd5893cd500556a171e01c97d0826c3f487baeefd9db811e534e9cf51978c53b2a3f004c6085f655d7eabcf992d3e15358b4fdc842ada1998d
7
+ data.tar.gz: 8af96b8b7157fa0e63bfcdfbad70dd81fbe3960a9484ba081af1d862ee82f19a8c514e1a3570cd0d300e770ed85599bc39fb2aceb4c3f642300fc23e7f74591c
@@ -11,23 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
- <!-- Back to Licence Index Button -->
24
+ <!-- Back to Author Index Button -->
25
25
  <div class="title-action">
26
26
  <%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
27
27
  <i class="fa fa-plus"></i> Back to Author Index
28
28
  <% end %>
29
29
  </div>
30
- <!-- Back to Licence Index Button -->
30
+ <!-- Back to Author Index Button -->
31
31
 
32
32
  </div>
33
33
  </div>
@@ -11,22 +11,22 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li class="active"><%= yield(:phc_title_tagline) %></li>
17
17
  </ol>
18
- <!-- Bread Crumb -->
18
+ <!-- Bread Crumbs -->
19
19
 
20
20
  </div>
21
21
  <div class="col-sm-8">
22
22
 
23
- <!-- New Licence Button -->
23
+ <!-- New Author Button -->
24
24
  <div class="title-action">
25
25
  <%= link_to phcscriptcdnpro.new_script_author_path, class: "btn btn-primary" do %>
26
26
  <i class="fa fa-plus"></i> Add a New Author
27
27
  <% end %>
28
28
  </div>
29
- <!-- New Licence Button -->
29
+ <!-- New Author Button -->
30
30
 
31
31
  </div>
32
32
  </div>
@@ -11,23 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
- <!-- Back to Licence Index Button -->
24
+ <!-- Back to Author Index Button -->
25
25
  <div class="title-action">
26
26
  <%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
27
27
  <i class="fa fa-plus"></i> Back to Author Index
28
28
  <% end %>
29
29
  </div>
30
- <!-- Back to Licence Index Button -->
30
+ <!-- Back to Author Index Button -->
31
31
 
32
32
  </div>
33
33
  </div>
@@ -11,23 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
- <!-- Back to Licence Index Button -->
24
+ <!-- Back to Author Index Button -->
25
25
  <div class="title-action">
26
26
  <%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
27
27
  <i class="fa fa-plus"></i> Back to Author Index
28
28
  <% end %>
29
29
  </div>
30
- <!-- Back to Licence Index Button -->
30
+ <!-- Back to Author Index Button -->
31
31
 
32
32
  </div>
33
33
  </div>
@@ -13,7 +13,7 @@
13
13
 
14
14
  <!-- Bread Crumb -->
15
15
  <ol class="breadcrumb">
16
- <li><%= link_to "Script Extension Index", phcscriptcdn.script_extensions_path %></li>
16
+ <li><%= link_to "Script Extension Index", phcscriptcdnpro.script_extensions_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
19
  <!-- Bread Crumb -->
@@ -21,13 +21,13 @@
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
- <!-- Back to Licence Index Button -->
24
+ <!-- Back to Extensions Index Button -->
25
25
  <div class="title-action">
26
- <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
26
+ <%= link_to phcscriptcdnpro.script_extensions_path, class: "btn btn-primary" do %>
27
27
  <i class="fa fa-plus"></i> Back to Script Licence Index
28
28
  <% end %>
29
29
  </div>
30
- <!-- Back to Licence Index Button -->
30
+ <!-- Back to Extensions Index Button -->
31
31
 
32
32
  </div>
33
33
  </div>
@@ -11,11 +11,11 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li class="active"><%= yield(:phc_title_tagline) %></li>
17
17
  </ol>
18
- <!-- Bread Crumb -->
18
+ <!-- Bread Crumbs -->
19
19
 
20
20
  </div>
21
21
  <div class="col-sm-8">
@@ -11,23 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
- <li><%= link_to "Script Extension Index", phcscriptcdn.script_extensions_path %></li>
16
+ <li><%= link_to "Script Extension Index", phcscriptcdnpro.script_extensions_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
- <!-- Back to Licence Index Button -->
24
+ <!-- Back to Extensions Index Button -->
25
25
  <div class="title-action">
26
- <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
26
+ <%= link_to phcscriptcdnpro.script_extensions_path, class: "btn btn-primary" do %>
27
27
  <i class="fa fa-plus"></i> Back to Script Licence Index
28
28
  <% end %>
29
29
  </div>
30
- <!-- Back to Licence Index Button -->
30
+ <!-- Back to Extensions Index Button -->
31
31
 
32
32
  </div>
33
33
  </div>
@@ -11,23 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
- <li><%= link_to "Script Extension Index", phcscriptcdn.script_extensions_path %></li>
16
+ <li><%= link_to "Script Extension Index", phcscriptcdnpro.script_extensions_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
- <!-- Back to Licence Index Button -->
24
+ <!-- Back to Extensions Index Button -->
25
25
  <div class="title-action">
26
- <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
26
+ <%= link_to phcscriptcdnpro.script_extensions_path, class: "btn btn-primary" do %>
27
27
  <i class="fa fa-plus"></i> Back to Script Licence Index
28
28
  <% end %>
29
29
  </div>
30
- <!-- Back to Licence Index Button -->
30
+ <!-- Back to Extensions Index Button -->
31
31
 
32
32
  </div>
33
33
  </div>
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,11 +11,11 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li class="active"><%= yield(:phc_title_tagline) %></li>
17
17
  </ol>
18
- <!-- Bread Crumb -->
18
+ <!-- Bread Crumbs -->
19
19
 
20
20
  </div>
21
21
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,22 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
16
  <li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
18
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
19
18
  </ol>
20
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
21
20
 
22
21
  </div>
23
22
  <div class="col-sm-8">
24
23
 
25
- <!-- Back to URL Index Button -->
26
- <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
27
- <i class="fa fa-plus"></i> Back to URL Index
28
- <% end %>
29
- <!-- Back to URL Index Button -->
24
+ <!-- New URL Button -->
25
+ <div class="title-action">
26
+ <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
27
+ <i class="fa fa-plus"></i> Create a New URL
28
+ <% end %>
29
+ </div>
30
+ <!-- New URL Button -->
30
31
 
31
32
  </div>
32
33
  </div>
@@ -11,20 +11,22 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
23
23
 
24
24
  <!-- New URL Button -->
25
- <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
26
- <i class="fa fa-plus"></i> Create a New URL
27
- <% end %>
25
+ <div class="title-action">
26
+ <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
27
+ <i class="fa fa-plus"></i> Create a New URL
28
+ <% end %>
29
+ </div>
28
30
  <!-- New URL Button -->
29
31
 
30
32
  </div>
@@ -11,22 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
16
  <li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
18
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
19
18
  </ol>
20
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
21
20
 
22
21
  </div>
23
22
  <div class="col-sm-8">
24
23
 
25
- <!-- Back to URL Index Button -->
26
- <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
27
- <i class="fa fa-plus"></i> Back to URL Index
28
- <% end %>
29
- <!-- Back to URL Index Button -->
24
+ <!-- New URL Button -->
25
+ <div class="title-action">
26
+ <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
27
+ <i class="fa fa-plus"></i> Create a New URL
28
+ <% end %>
29
+ </div>
30
+ <!-- New URL Button -->
30
31
 
31
32
  </div>
32
33
  </div>
@@ -11,22 +11,23 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
- <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
17
16
  <li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_path %></li>
18
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
19
18
  </ol>
20
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
21
20
 
22
21
  </div>
23
22
  <div class="col-sm-8">
24
23
 
25
- <!-- Back to URL Index Button -->
26
- <%= link_to phcscriptcdnpro.script_listing_urls_path, class: "btn btn-primary" do %>
27
- <i class="fa fa-plus"></i> Back to URL Index
28
- <% end %>
29
- <!-- Back to URL Index Button -->
24
+ <!-- New URL Button -->
25
+ <div class="title-action">
26
+ <%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn btn-primary" do %>
27
+ <i class="fa fa-plus"></i> Create a New URL
28
+ <% end %>
29
+ </div>
30
+ <!-- New URL Button -->
30
31
 
31
32
  </div>
32
33
  </div>
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -51,8 +51,10 @@
51
51
  </div>
52
52
  </div>
53
53
  <div class="ibox-content">
54
+
54
55
  <!-- Form Requries URL to Function Properly -->
55
56
  <%= render 'form', script_version: @script_version %>
57
+
56
58
  </div>
57
59
  </div>
58
60
 
@@ -11,11 +11,11 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li class="active"><%= yield(:phc_title_tagline) %></li>
17
17
  </ol>
18
- <!-- Bread Crumb -->
18
+ <!-- Bread Crumbs -->
19
19
 
20
20
  </div>
21
21
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -11,12 +11,12 @@
11
11
  <h2><%= yield(:phc_title) %></h2>
12
12
  <!-- Page Title -->
13
13
 
14
- <!-- Bread Crumb -->
14
+ <!-- Bread Crumbs -->
15
15
  <ol class="breadcrumb">
16
16
  <li><%= link_to "Script Version Index", phcscriptcdnpro.script_versions_path %></li>
17
17
  <li class="active"><%= yield(:phc_title_tagline) %></li>
18
18
  </ol>
19
- <!-- Bread Crumb -->
19
+ <!-- Bread Crumbs -->
20
20
 
21
21
  </div>
22
22
  <div class="col-sm-8">
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "5.8.6"
2
+ VERSION = "5.8.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.6
4
+ version: 5.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts