refinerycms 0.9.5.2 → 0.9.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/public/images/refinery/logo.png +0 -0
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +1 -1
- data/vendor/plugins/inquiries/app/views/inquiries/thank_you.html.erb +1 -1
- data/vendor/plugins/news/app/views/news_items/index.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +3 -4
- data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +5 -3
- data/vendor/plugins/refinery/app/views/shared/_header.html.erb +4 -0
- metadata +2 -1
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div id="body_content" class='clearfix'>
|
|
2
|
+
<h1 id='body_content_page_title'><%= page_title %></h1>
|
|
2
3
|
<div id="body_content_left" class='inquiries'>
|
|
3
|
-
<h1><%= page_title %></h1>
|
|
4
4
|
<%= @page[:body] %>
|
|
5
5
|
|
|
6
6
|
<%= error_messages_for :inquiry, :header_message => "Whoops there was a small problem",
|
|
@@ -15,15 +15,14 @@
|
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<%= render :partial => "/shared/ie6check" if request.env['HTTP_USER_AGENT'] =~ /MSIE/ %>
|
|
18
|
-
<div id='page'>
|
|
18
|
+
<div id='page' class='clearfix'>
|
|
19
19
|
<div id='header' class='clearfix'>
|
|
20
|
-
|
|
21
|
-
<%= render :partial => "/shared/menu" %>
|
|
20
|
+
<%= render :partial => "/shared/header" %>
|
|
22
21
|
</div>
|
|
23
22
|
<div id='body' class='clearfix'>
|
|
24
23
|
<%= yield %>
|
|
25
24
|
</div>
|
|
26
|
-
<div id='footer'>
|
|
25
|
+
<div id='footer' class='clearfix'>
|
|
27
26
|
<%= render :partial => "/shared/footer" %>
|
|
28
27
|
</div>
|
|
29
28
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.5.
|
|
4
|
+
version: 0.9.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Resolve Digital
|
|
@@ -413,6 +413,7 @@ files:
|
|
|
413
413
|
- vendor/plugins/refinery/app/views/layouts/admin.html.erb
|
|
414
414
|
- vendor/plugins/refinery/app/views/layouts/application.html.erb
|
|
415
415
|
- vendor/plugins/refinery/app/views/shared/_footer.html.erb
|
|
416
|
+
- vendor/plugins/refinery/app/views/shared/_header.html.erb
|
|
416
417
|
- vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb
|
|
417
418
|
- vendor/plugins/refinery/app/views/shared/_ie6check.html.erb
|
|
418
419
|
- vendor/plugins/refinery/app/views/shared/_menu.html.erb
|