phcdevworks_titleseo 0.11.0 → 0.12.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69659be0820b1eef2522758e4a7a6f36f864c9bdebdbdefca8b23d686be678d0
|
4
|
+
data.tar.gz: 3073c8fceff24866eebd4cd1a790a298d464254aabfafdb838f89b6cd9b0a351
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f0c4b101e735d713ff004e1bad1f26a8117aa98d8724e280c8c5ca0890aec67736abc8d17bb630f6ca0603e085c9619f25c2b91383afe713a63cac61a7556d5
|
7
|
+
data.tar.gz: c2628cc3b1e0a65079ae9341308a68cd8accf49b5db6f1fb8c3963d623d078194d59668bbb9036761b41bf4f75b7c91e8c0b462e4a127653775da1a1a44b9af0
|
@@ -32,5 +32,14 @@ module PhcdevworksTitleseo
|
|
32
32
|
content_for :phc_breadcrumb_three, phc_page_breadcrumb_three.to_s
|
33
33
|
end
|
34
34
|
|
35
|
+
# Helpers for BreadCrumbs
|
36
|
+
def phc_button_one(phc_button_one)
|
37
|
+
content_for :phc_button_one, phc_button_one.to_s
|
38
|
+
end
|
39
|
+
|
40
|
+
def phc_button_two(phc_button_two)
|
41
|
+
content_for :phc_button_two, phc_button_two.to_s
|
42
|
+
end
|
43
|
+
|
35
44
|
end
|
36
45
|
end
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcdevworks_titleseo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
@@ -87,6 +87,7 @@ files:
|
|
87
87
|
- app/models/phcdevworks_titleseo/application_record.rb
|
88
88
|
- app/views/layouts/phcdevworks_titleseo/application.html.erb
|
89
89
|
- app/views/phcdevworks_titleseo/_page_breadcrumbs.html.erb
|
90
|
+
- app/views/phcdevworks_titleseo/_page_buttons.html.erb
|
90
91
|
- app/views/phcdevworks_titleseo/_page_seo.html.erb
|
91
92
|
- app/views/phcdevworks_titleseo/_page_titles.html.erb
|
92
93
|
- lib/phcdevworks_titleseo.rb
|