phcscriptcdnpro 5.8.6 → 5.8.7
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 +4 -4
- data/app/views/phcscriptcdnpro/script/authors/index.html.erb +4 -4
- data/app/views/phcscriptcdnpro/script/authors/new.html.erb +4 -4
- data/app/views/phcscriptcdnpro/script/authors/show.html.erb +4 -4
- data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +4 -4
- data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +6 -6
- data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +6 -6
- data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/licences/index.html.erb +2 -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 +2 -2
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/listings/new.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/listings/show.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +9 -8
- data/app/views/phcscriptcdnpro/script/urls/index.html.erb +7 -5
- data/app/views/phcscriptcdnpro/script/urls/new.html.erb +9 -8
- data/app/views/phcscriptcdnpro/script/urls/show.html.erb +9 -8
- data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +4 -2
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +2 -2
- 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: e7d7201c453b8d94d344397d2fc2a2ee508738e0
|
4
|
+
data.tar.gz: 183c01266d69974d4d8107bffde95e805d4c6e22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|
23
23
|
|
24
|
-
<!-- Back to
|
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
|
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
|
14
|
+
<!-- Bread Crumbs -->
|
15
15
|
<ol class="breadcrumb">
|
16
16
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
17
17
|
</ol>
|
18
|
-
<!-- Bread
|
18
|
+
<!-- Bread Crumbs -->
|
19
19
|
|
20
20
|
</div>
|
21
21
|
<div class="col-sm-8">
|
22
22
|
|
23
|
-
<!-- New
|
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
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|
23
23
|
|
24
|
-
<!-- Back to
|
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
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|
23
23
|
|
24
|
-
<!-- Back to
|
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
|
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",
|
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
|
24
|
+
<!-- Back to Extensions Index Button -->
|
25
25
|
<div class="title-action">
|
26
|
-
<%= link_to phcscriptcdnpro.
|
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
|
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
|
14
|
+
<!-- Bread Crumbs -->
|
15
15
|
<ol class="breadcrumb">
|
16
16
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
17
17
|
</ol>
|
18
|
-
<!-- Bread
|
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
|
14
|
+
<!-- Bread Crumbs -->
|
15
15
|
<ol class="breadcrumb">
|
16
|
-
<li><%= link_to "Script Extension Index",
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|
23
23
|
|
24
|
-
<!-- Back to
|
24
|
+
<!-- Back to Extensions Index Button -->
|
25
25
|
<div class="title-action">
|
26
|
-
<%= link_to phcscriptcdnpro.
|
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
|
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
|
14
|
+
<!-- Bread Crumbs -->
|
15
15
|
<ol class="breadcrumb">
|
16
|
-
<li><%= link_to "Script Extension Index",
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|
23
23
|
|
24
|
-
<!-- Back to
|
24
|
+
<!-- Back to Extensions Index Button -->
|
25
25
|
<div class="title-action">
|
26
|
-
<%= link_to phcscriptcdnpro.
|
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
|
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
|
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
|
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
|
14
|
+
<!-- Bread Crumbs -->
|
15
15
|
<ol class="breadcrumb">
|
16
16
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
17
17
|
</ol>
|
18
|
-
<!-- Bread
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
21
20
|
|
22
21
|
</div>
|
23
22
|
<div class="col-sm-8">
|
24
23
|
|
25
|
-
<!--
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|
23
23
|
|
24
24
|
<!-- New URL Button -->
|
25
|
-
|
26
|
-
|
27
|
-
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
21
20
|
|
22
21
|
</div>
|
23
22
|
<div class="col-sm-8">
|
24
23
|
|
25
|
-
<!--
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
21
20
|
|
22
21
|
</div>
|
23
22
|
<div class="col-sm-8">
|
24
23
|
|
25
|
-
<!--
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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
|
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
|
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
|
14
|
+
<!-- Bread Crumbs -->
|
15
15
|
<ol class="breadcrumb">
|
16
16
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
17
17
|
</ol>
|
18
|
-
<!-- Bread
|
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
|
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
|
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
|
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
|
19
|
+
<!-- Bread Crumbs -->
|
20
20
|
|
21
21
|
</div>
|
22
22
|
<div class="col-sm-8">
|