refinerycms-inquiries 0.9.9.1 → 0.9.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/admin/inquiries/index.html.erb +1 -1
- data/lib/gemspec.rb +1 -1
- data/readme.md +1 -1
- data/refinerycms-inquiries.gemspec +1 -1
- metadata +3 -3
@@ -12,7 +12,7 @@
|
|
12
12
|
<% else %>
|
13
13
|
<% if @grouped_inquiries.any? -%>
|
14
14
|
<% @grouped_inquiries.each do |container| %>
|
15
|
-
<h3><%= l((inquiry_group = container.last).first.created_at) %></h3>
|
15
|
+
<h3><%= l((inquiry_group = container.last).first.created_at, :format => :short) %></h3>
|
16
16
|
<ul>
|
17
17
|
<%= render :partial => 'inquiry', :collection => inquiry_group %>
|
18
18
|
</ul>
|
data/lib/gemspec.rb
CHANGED
data/readme.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
Include the latest [gem](http://rubygems.org/gems/refinerycms-inquiries) into your Refinery CMS application's Gemfile:
|
8
8
|
|
9
|
-
gem "refinerycms-inquiries", '~> 0.9.9'
|
9
|
+
gem "refinerycms-inquiries", '~> 0.9.9.2'
|
10
10
|
|
11
11
|
Then type the following at command line inside your Refinery CMS application's root directory:
|
12
12
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{refinerycms-inquiries}
|
3
|
-
s.version = %q{0.9.9.
|
3
|
+
s.version = %q{0.9.9.2}
|
4
4
|
s.date = %q{2010-10-13}
|
5
5
|
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
|
6
6
|
s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-inquiries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 39
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 9
|
10
|
-
-
|
11
|
-
version: 0.9.9.
|
10
|
+
- 2
|
11
|
+
version: 0.9.9.2
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Resolve Digital
|