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 +4 -4
- data/app/views/layouts/phcscriptcdnpro/application.html.erb +2 -2
- data/app/views/layouts/phcscriptcdnpro/components/backend/footer/_footer.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/_form.html.erb +1 -1
- data/app/views/phcscriptcdnpro/script/listings/index.html.erb +2 -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: fc5d4be4654bf11039ff0d5923b3e7b66522fb6e
|
4
|
+
data.tar.gz: 8c2a6fc3a592b2cc0f68abcd884bc60e248fc3f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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) : "
|
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://
|
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"/>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<%= form_for(script_listing) do |f| %>
|
2
2
|
|
3
|
-
<%= render 'phcnotifi/validations', :object => @
|
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.
|
18
|
-
<i class="fa fa-plus"></i>
|
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>
|