phcscriptcdnpro 4.5.4 → 4.5.5

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: feb5ce3815a372cdc59c40f3996708412b5683bc
4
- data.tar.gz: 3b6908ab3c6be916c61401f89cc7293b8b57f76f
3
+ metadata.gz: fc5d4be4654bf11039ff0d5923b3e7b66522fb6e
4
+ data.tar.gz: 8c2a6fc3a592b2cc0f68abcd884bc60e248fc3f7
5
5
  SHA512:
6
- metadata.gz: b803b777022ce3798506fc2d14123daf9857a7aab6c88c083e893a3659590913e8662a65398760bce7418c533661c6b32aa0c48f30c0af8b1a9ea207ed7e4b0b
7
- data.tar.gz: 8beec3d22b69317e2e344e6c65ab51089640b53a2eba9b03c64e8bd87bdd3c6a3e9632f9d746a976fdcd3d877ca08ffea915d4c3ce86dfd03273df758fbad89b
6
+ metadata.gz: b49ecb3e9af85c4846b5f706cfe070543a7a34bd58d55aef8a718eacf40af343a86032e4b5642ad2e56f719b6d45738c62c3b6a75696e4861bc715ceae5f5408
7
+ data.tar.gz: 33a9f330fc1a9b37e83dd46f08dcc606a437cdfc99f8c3cc697c6804c55f5d16cd412c6c4e6de14d9249ba69a058a22aeb4a60fdce9ccc8f90ca960a04213945
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
 
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title><%= content_for?(:title) ? yield(:title) : "PHCPress - Rails CMS Engine" %></title>
6
+ <title><%= content_for?(:title) ? yield(:title) : "PHCScriptCDN - Rails Script Listing Engine" %></title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
8
- <link rel="canonical" href="http://phcmembers.com">
8
+ <link rel="canonical" href="http://phcnetworks.net">
9
9
 
10
10
  <!-- Font -->
11
11
  <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
@@ -4,5 +4,5 @@
4
4
  <% end %>
5
5
  </div>
6
6
  <div>
7
- &copy; 2012-<%= Time.now.year %> - v4.5.0 - RELEASED - JAN-16-<%= Date.today.year %>
7
+ &copy; 2012-<%= Time.now.year %> - v4.5.4 - RELEASED - JAN-21-<%= Date.today.year %>
8
8
  </div>
@@ -1,6 +1,6 @@
1
1
  <%= form_for(script_listing) do |f| %>
2
2
 
3
- <%= render 'phcnotifi/validations', :object => @scriptcdn_information %>
3
+ <%= render 'phcnotifi/validations', :object => @script_listing %>
4
4
 
5
5
  <div class="form-group field_with_error">
6
6
  <%= f.label :scripttitle, "Script Title" %>
@@ -14,8 +14,8 @@
14
14
  </div>
15
15
  <div class="col-sm-8">
16
16
  <div class="title-action">
17
- <%= link_to phcscriptcdnpro.script_listings_path, class: "btn btn-primary" do %>
18
- <i class="fa fa-plus"></i> Back to Script Listing Index
17
+ <%= link_to phcscriptcdnpro.new_script_listing_path, class: "btn btn-primary" do %>
18
+ <i class="fa fa-plus"></i> Create a New Script Listing
19
19
  <% end %>
20
20
  </div>
21
21
  </div>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.5.4"
2
+ VERSION = "4.5.5"
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.4
4
+ version: 4.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts