phcscriptcdnpro 4.6.0 → 4.6.1

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: cf8f779c0292452a24f504e0eb6b1c7a6ad6dbdb
4
- data.tar.gz: b915d7c73ec2edde115e44b280dad0320d55429e
3
+ metadata.gz: b8d5e90d3959aa4cdf75ff6bef460e60f5d24893
4
+ data.tar.gz: 08a3078b4dd669f3dfc95fd9f67c6208503a8622
5
5
  SHA512:
6
- metadata.gz: cb8d46c17863e0c4c89b888637bd5d85fcae41ea030a7a9845236a5b0cde0a4991c1d47df30ffa539947db44aa095de8b71cfecf10f72f78cf2b2df5426a8ad2
7
- data.tar.gz: 47cc70c1b194cf7c5f4452e5c1f01b9ae9b08875939eebd58145f165350d2bccbe8be16fe9c523582eb2f0a97771c25474ff9c0578925d300f36dbba9a1b6096
6
+ metadata.gz: 026cb4b8fe44b8524718487326ca29d60665593471dd51b6d475c80d7789679ecf9b505c4ef3b17b66c1b71e42bb5f75198753b5b7606c4a50eb8c5446da24af
7
+ data.tar.gz: a3a00aba46ba021b8839367635b3daa8958721f2ffaef1ef9f636b5f255e6b214b2282752f2d22ed0e1853b3e4d3bac752874f0a485ff0bf85aa0691221fd1cb
@@ -15,8 +15,8 @@
15
15
  </div>
16
16
  <div class="col-sm-8">
17
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 Version
18
+ <%= link_to phcscriptcdnpro.new_script_author_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Create a New Script Author
20
20
  <% end %>
21
21
  </div>
22
22
  </div>
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
- <% phc_title_tagline "Create a New Version for Script Listings" %>
3
+ <% phc_title_tagline "Create a New Author" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
- <% phc_title_tagline "Update Script Extension Information" %>
3
+ <% phc_title_tagline "Update Script Extension" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
- <% phc_title_tagline "Create a New Version for Script Listings" %>
3
+ <% phc_title_tagline "Create a New Version" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Script Listing Manager" %>
3
- <% phc_title_tagline "Script Version" %>
3
+ <% phc_title_tagline "Script Version Details" %>
4
4
  <!-- Title System -->
5
5
 
6
6
  <!-- Page Header -->
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.6.0"
2
+ VERSION = "4.6.1"
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.6.0
4
+ version: 4.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts