phcscriptcdnpro 3.2.2 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/phcscriptcdnpro/script/licence.rb +2 -2
- data/app/views/phcscriptcdnpro/script/authors/edit.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/authors/index.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/authors/new.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/authors/show.html.erb +21 -0
- data/app/views/phcscriptcdnpro/script/extensions/edit.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/extensions/index.html.erb +9 -12
- data/app/views/phcscriptcdnpro/script/extensions/new.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +21 -0
- data/app/views/phcscriptcdnpro/script/licences/edit.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/licences/index.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/licences/new.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/licences/show.html.erb +21 -0
- data/app/views/phcscriptcdnpro/script/listings/edit.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/listings/new.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/listings/show.html.erb +15 -17
- data/app/views/phcscriptcdnpro/script/urls/edit.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/urls/index.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/urls/new.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/urls/show.html.erb +21 -0
- data/app/views/phcscriptcdnpro/script/versions/edit.html.erb +12 -15
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +11 -14
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +13 -15
- 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: e4c6582f7a13281606b55b7366762e3b2b6141ff
|
4
|
+
data.tar.gz: d992ac5ad70f6de939e6eb02c092e4b3d448816d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6dbcbff8be8eed8441025bcfdf65d56dc5f777db127a74a3aa48f6938c820951cc39b1c390855a1d155030bc96ba41f51f266a69c7929cf0bbc7ba65dda6d57
|
7
|
+
data.tar.gz: 1e30a601218d80ed846ee50e032a267e3ca058d85a1960b68ade04c97052eadc5551750c2ae06a1dded7354891cfc595fa470c1d88a159296308b5abe58400cf
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Extension" %>
|
3
3
|
<% phc_title_tagline "Update Script Extension" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Author Index", script_listing_authors_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script Authors" %>
|
3
3
|
<% phc_title_tagline "Script Author Index" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Author" %>
|
3
3
|
<% phc_title_tagline "Create a New Script Author" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Author Index", script_listing_authors_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -1,3 +1,24 @@
|
|
1
|
+
<!-- Title System -->
|
2
|
+
<% phc_title "Script Author" %>
|
3
|
+
<% phc_title_tagline "Script Author" %>
|
4
|
+
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
7
|
+
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Author Index", script_listing_authors_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
13
|
+
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
19
|
+
|
20
|
+
</div>
|
21
|
+
|
1
22
|
<div class="btn-group" role="group" aria-label="author_button_group">
|
2
23
|
<%= link_to 'Edit', edit_script_listing_author_path(@script_author), class: "btn btn-primary" %>
|
3
24
|
<%= link_to 'Destroy', script_listing_author_path(@script_author), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Extension Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script Extension Information" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Extensions Index", script_extensions_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script Extension Manager" %>
|
3
3
|
<% phc_title_tagline "Script Extension Index" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<ol class="breadcrumb">
|
8
|
+
<ul class="page-breadcrumb">
|
11
9
|
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
12
10
|
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
13
|
-
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Extension Manager" %>
|
3
3
|
<% phc_title_tagline "Add a Script Extension" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Extensions Index", script_extensions_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -1,3 +1,24 @@
|
|
1
|
+
<!-- Title System -->
|
2
|
+
<% phc_title "Script Extension Manager" %>
|
3
|
+
<% phc_title_tagline "Script Extension Profile" %>
|
4
|
+
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
7
|
+
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Extensions Index", script_extensions_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
13
|
+
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
19
|
+
|
20
|
+
</div>
|
21
|
+
|
1
22
|
<div class="btn-group" role="group" aria-label="extension_button_group">
|
2
23
|
<%= link_to 'Edit', edit_script_extension_path(@script_extension), class: "btn btn-primary" %>
|
3
24
|
<%= link_to 'Destroy', script_extension_path(@script_extension), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Licence Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script Licence Information" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Licence Index", script_licences_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script Licence Manager" %>
|
3
3
|
<% phc_title_tagline "Licence Index" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Licence Manager" %>
|
3
3
|
<% phc_title_tagline "Add Script Licence Information" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Licence Index", script_licences_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -1,3 +1,24 @@
|
|
1
|
+
<!-- Title System -->
|
2
|
+
<% phc_title "Script Licence Manager" %>
|
3
|
+
<% phc_title_tagline "Script Licence Information" %>
|
4
|
+
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
7
|
+
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Licence Index", script_licences_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
13
|
+
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
19
|
+
|
20
|
+
</div>
|
21
|
+
|
1
22
|
<div class="btn-group" role="group" aria-label="licence_button_group">
|
2
23
|
<%= link_to 'Edit', edit_script_licence_path(@script_licence), class: "btn btn-primary" %>
|
3
24
|
<%= link_to 'Destroy', script_licence_path(@script_licence), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script URL Manager" %>
|
3
3
|
<% phc_title_tagline "Script URL Index" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script Listing Manager" %>
|
3
3
|
<% phc_title_tagline "Create a New Script Listing" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script Listing Manager" %>
|
3
3
|
<% phc_title_tagline "Create a New Script Listing" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,26 +2,24 @@
|
|
2
2
|
<% phc_title "Script Listing Manager" %>
|
3
3
|
<% phc_title_tagline "Script Listing" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
25
|
-
|
26
|
-
<%= link_to 'Edit', edit_script_listing_path(@script_listing) %>
|
27
|
-
<%= link_to 'Back', script_listings_path %>
|
22
|
+
<div class="btn-group" role="group" aria-label="url_button_group">
|
23
|
+
<%= link_to 'Edit', edit_script_listing_path(@script_listing), class: "btn btn-primary" %>
|
24
|
+
<%= link_to 'Back', script_listings_path, class: "btn btn-primary" %>
|
25
|
+
</div>
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script URL Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script URL Information" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "URL Index", script_listing_urls_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script URL Manager" %>
|
3
3
|
<% phc_title_tagline "Script URL Index" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script URL Manager" %>
|
3
3
|
<% phc_title_tagline "Create a New Script URL" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "URL Index", script_listing_urls_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -1,3 +1,24 @@
|
|
1
|
+
<!-- Title System -->
|
2
|
+
<% phc_title "Script URL Manager" %>
|
3
|
+
<% phc_title_tagline "Script URL Profile" %>
|
4
|
+
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
7
|
+
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "URL Index", script_listing_urls_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
13
|
+
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
19
|
+
|
20
|
+
</div>
|
21
|
+
|
1
22
|
<div class="btn-group" role="group" aria-label="url_button_group">
|
2
23
|
<%= link_to 'Edit', edit_script_listing_url_path, class: "btn btn-primary" %>
|
3
24
|
<%= link_to 'Destroy', script_listing_url_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
|
@@ -2,24 +2,21 @@
|
|
2
2
|
<% phc_title "Script Version" %>
|
3
3
|
<% phc_title_tagline "Update Script Version Information" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Versions Index", script_versions_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
25
22
|
<!-- Main Content -->
|
@@ -2,23 +2,20 @@
|
|
2
2
|
<% phc_title "Script Version" %>
|
3
3
|
<% phc_title_tagline "Script Version Index" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
11
|
+
</ul>
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
13
|
+
<!-- Page Title -->
|
14
|
+
<h3 class="page-title">
|
15
|
+
<%= yield(:phc_title) %> </br>
|
16
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
17
|
+
</h3>
|
20
18
|
|
21
|
-
</div>
|
22
19
|
</div>
|
23
20
|
|
24
21
|
<!-- Main Content -->
|
@@ -2,26 +2,24 @@
|
|
2
2
|
<% phc_title "Script Version" %>
|
3
3
|
<% phc_title_tagline "Add a Script Version Number" %>
|
4
4
|
|
5
|
-
<!--
|
6
|
-
<div class="
|
7
|
-
<div class="col-lg-12">
|
5
|
+
<!-- Bread Crumb -->
|
6
|
+
<div class="page-bar">
|
8
7
|
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
</ol>
|
8
|
+
<ul class="page-breadcrumb">
|
9
|
+
<li><%= link_to "Script Listings Index", script_listings_path %></li>
|
10
|
+
<li><%= link_to "Versions Index", script_versions_path %></li>
|
11
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
+
</ul>
|
15
13
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
<!-- Page Title -->
|
15
|
+
<h3 class="page-title">
|
16
|
+
<%= yield(:phc_title) %> </br>
|
17
|
+
<small><%= yield(:phc_title_tagline) %></small>
|
18
|
+
</h3>
|
21
19
|
|
22
|
-
</div>
|
23
20
|
</div>
|
24
21
|
|
22
|
+
|
25
23
|
<!-- Main Content -->
|
26
24
|
<div class="row">
|
27
25
|
<div class="col-lg-12">
|