phcscriptcdnpro 4.5.5 → 4.5.6
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/versions/edit.html.erb +46 -33
- data/app/views/phcscriptcdnpro/script/versions/index.html.erb +57 -53
- data/app/views/phcscriptcdnpro/script/versions/new.html.erb +47 -34
- data/app/views/phcscriptcdnpro/script/versions/show.html.erb +63 -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: deb8548133bd3d28f99064742c827914bd983fef
|
4
|
+
data.tar.gz: 1c2ac77f2601d4fcf5b4c79dc66504cbcc23dd18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dce1fec39aa83ea07192675699ed7e74da5b0bee915a6f4bd956022b0a5805ded67a370ebb33f62156c1ef831333c34a3dc88f7c674db9614d5e42f8808ce0ee
|
7
|
+
data.tar.gz: 867bd9d430d6abf2f0e5b7d3a2eded017d2da39708a85ea773c17208ef2d411a656e15739204dd0ba5c23f22d9346859d1553008d27c75c7730c5c83d1a23ed7
|
@@ -1,47 +1,60 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listing Manager" %>
|
3
3
|
<% phc_title_tagline "Update Script Version Information" %>
|
4
|
+
<!-- Title System -->
|
4
5
|
|
5
|
-
<!--
|
6
|
-
<div class="page-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
6
|
+
<!-- Page Header -->
|
7
|
+
<div class="row wrapper border-bottom white-bg page-heading">
|
8
|
+
<div class="col-sm-4">
|
9
|
+
<h2><%= yield(:phc_title) %></h2>
|
10
|
+
<!-- Bread Crumb -->
|
11
|
+
<ol class="breadcrumb">
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
|
14
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
15
|
+
</ol>
|
16
|
+
</div>
|
17
|
+
<div class="col-sm-8">
|
18
|
+
<div class="title-action">
|
19
|
+
<%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
|
20
|
+
<i class="fa fa-plus"></i> Back to Script Version Index
|
21
|
+
<% end %>
|
22
|
+
</div>
|
23
|
+
</div>
|
14
24
|
</div>
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<div class="
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
25
|
+
<!-- Page Header -->
|
26
|
+
|
27
|
+
<!-- Page Content -->
|
28
|
+
<div class="wrapper wrapper-content animated fadeInRight">
|
29
|
+
|
30
|
+
<div class="row">
|
31
|
+
<div class="col-lg-12">
|
32
|
+
|
33
|
+
<div class="ibox float-e-margins">
|
34
|
+
|
35
|
+
<div class="ibox-title">
|
36
|
+
<h5><%= yield(:phc_title_tagline) %></h5>
|
37
|
+
<div class="ibox-tools">
|
38
|
+
<a class="collapse-link">
|
39
|
+
<i class="fa fa-chevron-up"></i>
|
40
|
+
</a>
|
41
|
+
<a class="close-link">
|
42
|
+
<i class="fa fa-times"></i>
|
43
|
+
</a>
|
44
|
+
</div>
|
34
45
|
</div>
|
35
46
|
|
36
|
-
|
47
|
+
<div class="ibox-content">
|
37
48
|
|
38
|
-
|
49
|
+
<!-- Form Requries URL to Function Properly -->
|
50
|
+
<%= render 'form', script_version: @script_version %>
|
39
51
|
|
40
|
-
|
52
|
+
</div>
|
41
53
|
|
42
54
|
</div>
|
43
55
|
|
44
56
|
</div>
|
45
|
-
|
46
57
|
</div>
|
58
|
+
|
47
59
|
</div>
|
60
|
+
<!-- Page Content -->
|
@@ -1,68 +1,72 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
2
|
+
<% phc_title "Script Listing Manager" %>
|
3
3
|
<% phc_title_tagline "Script Version Index" %>
|
4
|
+
<!-- Title System -->
|
4
5
|
|
5
|
-
<!--
|
6
|
-
<div class="page-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
6
|
+
<!-- Page Header -->
|
7
|
+
<div class="row wrapper border-bottom white-bg page-heading">
|
8
|
+
<div class="col-sm-4">
|
9
|
+
<h2><%= yield(:phc_title) %></h2>
|
10
|
+
<!-- Bread Crumb -->
|
11
|
+
<ol class="breadcrumb">
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
14
|
+
</ol>
|
15
|
+
</div>
|
16
|
+
<div class="col-sm-8">
|
17
|
+
<div class="title-action">
|
18
|
+
<%= link_to phcscriptcdnpro.new_script_version_path, class: "btn btn-primary" do %>
|
19
|
+
<i class="fa fa-plus"></i> Create a New Script Versuion
|
20
|
+
<% end %>
|
21
|
+
</div>
|
22
|
+
</div>
|
14
23
|
</div>
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<div class="
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
<i class="fa fa-plus"></i> Add New Version
|
36
|
-
<% end %>
|
24
|
+
<!-- Page Header -->
|
25
|
+
|
26
|
+
<!-- Page Content -->
|
27
|
+
<div class="wrapper wrapper-content animated fadeInRight">
|
28
|
+
|
29
|
+
<div class="row">
|
30
|
+
<div class="col-lg-12">
|
31
|
+
|
32
|
+
<div class="ibox float-e-margins">
|
33
|
+
|
34
|
+
<div class="ibox-title">
|
35
|
+
<h5><%= yield(:phc_title_tagline) %></h5>
|
36
|
+
<div class="ibox-tools">
|
37
|
+
<a class="collapse-link">
|
38
|
+
<i class="fa fa-chevron-up"></i>
|
39
|
+
</a>
|
40
|
+
<a class="close-link">
|
41
|
+
<i class="fa fa-times"></i>
|
42
|
+
</a>
|
43
|
+
</div>
|
37
44
|
</div>
|
38
45
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<div class="table-responsive">
|
44
|
-
<table class="table table-bordered table-striped table-hover">
|
45
|
-
|
46
|
-
<thead>
|
47
|
-
<tr>
|
48
|
-
<th>Script Version</th>
|
49
|
-
</tr>
|
50
|
-
</thead>
|
51
|
-
|
52
|
-
<tbody>
|
53
|
-
<% @script_versions.each do |script_version| %>
|
46
|
+
<div class="ibox-content">
|
47
|
+
<div class="table-responsive">
|
48
|
+
<table class="table table-striped table-bordered table-hover dataTables-example">
|
49
|
+
<thead>
|
54
50
|
<tr>
|
55
|
-
<
|
51
|
+
<th>Script Version</th>
|
56
52
|
</tr>
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
53
|
+
</thead>
|
54
|
+
|
55
|
+
<tbody>
|
56
|
+
<% @script_versions.each do |script_version| %>
|
57
|
+
<tr>
|
58
|
+
<td><%= link_to script_version.scriptversion, script_version %></td>
|
59
|
+
</tr>
|
60
|
+
<% end %>
|
61
|
+
</tbody>
|
62
|
+
</table>
|
63
|
+
</div>
|
61
64
|
</div>
|
62
65
|
|
63
66
|
</div>
|
64
67
|
|
65
68
|
</div>
|
66
|
-
|
67
69
|
</div>
|
70
|
+
|
68
71
|
</div>
|
72
|
+
<!-- Page Content -->
|
@@ -1,47 +1,60 @@
|
|
1
1
|
<!-- Title System -->
|
2
|
-
<% phc_title "Script
|
3
|
-
<% phc_title_tagline "
|
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 %> <i class="fa fa-circle"></i></li>
|
10
|
-
<li><%= link_to "Versions Index", script_versions_path %> <i class="fa fa-circle"></i></li>
|
11
|
-
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
12
|
-
</ul>
|
2
|
+
<% phc_title "Script Listing Manager" %>
|
3
|
+
<% phc_title_tagline "Create a New Version for Script Listings" %>
|
4
|
+
<!-- Title System -->
|
13
5
|
|
6
|
+
<!-- Page Header -->
|
7
|
+
<div class="row wrapper border-bottom white-bg page-heading">
|
8
|
+
<div class="col-sm-4">
|
9
|
+
<h2><%= yield(:phc_title) %></h2>
|
10
|
+
<!-- Bread Crumb -->
|
11
|
+
<ol class="breadcrumb">
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
|
14
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
15
|
+
</ol>
|
16
|
+
</div>
|
17
|
+
<div class="col-sm-8">
|
18
|
+
<div class="title-action">
|
19
|
+
<%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
|
20
|
+
<i class="fa fa-plus"></i> Back to Script Version Index
|
21
|
+
<% end %>
|
22
|
+
</div>
|
23
|
+
</div>
|
14
24
|
</div>
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<div class="
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
25
|
+
<!-- Page Header -->
|
26
|
+
|
27
|
+
<!-- Page Content -->
|
28
|
+
<div class="wrapper wrapper-content animated fadeInRight">
|
29
|
+
|
30
|
+
<div class="row">
|
31
|
+
<div class="col-lg-12">
|
32
|
+
|
33
|
+
<div class="ibox float-e-margins">
|
34
|
+
|
35
|
+
<div class="ibox-title">
|
36
|
+
<h5><%= yield(:phc_title_tagline) %></h5>
|
37
|
+
<div class="ibox-tools">
|
38
|
+
<a class="collapse-link">
|
39
|
+
<i class="fa fa-chevron-up"></i>
|
40
|
+
</a>
|
41
|
+
<a class="close-link">
|
42
|
+
<i class="fa fa-times"></i>
|
43
|
+
</a>
|
44
|
+
</div>
|
34
45
|
</div>
|
35
46
|
|
36
|
-
|
47
|
+
<div class="ibox-content">
|
37
48
|
|
38
|
-
|
49
|
+
<!-- Form Requries URL to Function Properly -->
|
50
|
+
<%= render 'form', script_version: @script_version %>
|
39
51
|
|
40
|
-
|
52
|
+
</div>
|
41
53
|
|
42
54
|
</div>
|
43
55
|
|
44
56
|
</div>
|
45
|
-
|
46
57
|
</div>
|
58
|
+
|
47
59
|
</div>
|
60
|
+
<!-- Page Content -->
|
@@ -1,3 +1,65 @@
|
|
1
|
+
<!-- Title System -->
|
2
|
+
<% phc_title "Script Listing Manager" %>
|
3
|
+
<% phc_title_tagline "Script Version" %>
|
4
|
+
<!-- Title System -->
|
5
|
+
|
6
|
+
<!-- Page Header -->
|
7
|
+
<div class="row wrapper border-bottom white-bg page-heading">
|
8
|
+
<div class="col-sm-4">
|
9
|
+
<h2><%= yield(:phc_title) %></h2>
|
10
|
+
<!-- Bread Crumb -->
|
11
|
+
<ol class="breadcrumb">
|
12
|
+
<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
|
13
|
+
<li><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
|
14
|
+
<li class="active"><%= yield(:phc_title_tagline) %></li>
|
15
|
+
</ol>
|
16
|
+
</div>
|
17
|
+
<div class="col-sm-8">
|
18
|
+
<div class="title-action">
|
19
|
+
<%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
|
20
|
+
<i class="fa fa-plus"></i> Back to Script Version Index
|
21
|
+
<% end %>
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
<!-- Page Header -->
|
26
|
+
|
27
|
+
<!-- Page Content -->
|
28
|
+
<div class="wrapper wrapper-content animated fadeInRight">
|
29
|
+
|
30
|
+
<div class="row">
|
31
|
+
<div class="col-lg-12">
|
32
|
+
|
33
|
+
<div class="ibox float-e-margins">
|
34
|
+
|
35
|
+
<div class="ibox-title">
|
36
|
+
<h5><%= yield(:phc_title_tagline) %></h5>
|
37
|
+
<div class="ibox-tools">
|
38
|
+
<a class="collapse-link">
|
39
|
+
<i class="fa fa-chevron-up"></i>
|
40
|
+
</a>
|
41
|
+
<a class="close-link">
|
42
|
+
<i class="fa fa-times"></i>
|
43
|
+
</a>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div class="ibox-content">
|
48
|
+
<div class="btn-group" role="group" aria-label="url_button_group">
|
49
|
+
<%= link_to 'Edit', edit_script_version_path, class: "btn btn-primary" %>
|
50
|
+
<%= link_to 'Destroy', script_version_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
51
|
+
</div>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
</div>
|
55
|
+
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
|
59
|
+
</div>
|
60
|
+
|
61
|
+
|
62
|
+
|
1
63
|
<!-- Title System -->
|
2
64
|
<% phc_title "Script Version" %>
|
3
65
|
<% phc_title_tagline "Add a Script Version Number" %>
|
@@ -38,8 +100,7 @@
|
|
38
100
|
<div class="portlet-body">
|
39
101
|
|
40
102
|
<div class="btn-group" role="group" aria-label="version_button_group">
|
41
|
-
|
42
|
-
<%= link_to 'Destroy', script_version_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
103
|
+
|
43
104
|
</div>
|
44
105
|
|
45
106
|
</div>
|