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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc5d4be4654bf11039ff0d5923b3e7b66522fb6e
4
- data.tar.gz: 8c2a6fc3a592b2cc0f68abcd884bc60e248fc3f7
3
+ metadata.gz: deb8548133bd3d28f99064742c827914bd983fef
4
+ data.tar.gz: 1c2ac77f2601d4fcf5b4c79dc66504cbcc23dd18
5
5
  SHA512:
6
- metadata.gz: b49ecb3e9af85c4846b5f706cfe070543a7a34bd58d55aef8a718eacf40af343a86032e4b5642ad2e56f719b6d45738c62c3b6a75696e4861bc715ceae5f5408
7
- data.tar.gz: 33a9f330fc1a9b37e83dd46f08dcc606a437cdfc99f8c3cc697c6804c55f5d16cd412c6c4e6de14d9249ba69a058a22aeb4a60fdce9ccc8f90ca960a04213945
6
+ metadata.gz: dce1fec39aa83ea07192675699ed7e74da5b0bee915a6f4bd956022b0a5805ded67a370ebb33f62156c1ef831333c34a3dc88f7c674db9614d5e42f8808ce0ee
7
+ data.tar.gz: 867bd9d430d6abf2f0e5b7d3a2eded017d2da39708a85ea773c17208ef2d411a656e15739204dd0ba5c23f22d9346859d1553008d27c75c7730c5c83d1a23ed7
@@ -1,47 +1,60 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Version" %>
2
+ <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Update Script Version Information" %>
4
+ <!-- Title System -->
4
5
 
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>
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
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
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
- </div>
47
+ <div class="ibox-content">
37
48
 
38
- <div class="portlet-body">
49
+ <!-- Form Requries URL to Function Properly -->
50
+ <%= render 'form', script_version: @script_version %>
39
51
 
40
- <%= render 'form', script_version: @script_version %>
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 Version" %>
2
+ <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Script Version Index" %>
4
+ <!-- Title System -->
4
5
 
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>
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
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
34
- <%= link_to phcscriptcdnpro.new_script_version_path, class: "btn blue-chambray" do %>
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
- </div>
40
-
41
- <div class="portlet-body">
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
- <td><%= link_to script_version.scriptversion, script_version %></td>
51
+ <th>Script Version</th>
56
52
  </tr>
57
- <% end %>
58
- </tbody>
59
-
60
- </table>
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 Version" %>
3
- <% phc_title_tagline "Add a Script Version Number" %>
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
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
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
- </div>
47
+ <div class="ibox-content">
37
48
 
38
- <div class="portlet-body">
49
+ <!-- Form Requries URL to Function Properly -->
50
+ <%= render 'form', script_version: @script_version %>
39
51
 
40
- <%= render 'form', script_version: @script_version %>
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
- <%= link_to 'Edit', edit_script_version_path, class: "btn btn-primary" %>
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>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.5.5"
2
+ VERSION = "4.5.6"
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: 4.5.5
4
+ version: 4.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts