refinerycms-contacts 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<div class="field ">
|
10
10
|
<%= f.label :recipient_id %>
|
11
|
-
<%= f.collection_select :recipient_id, @page.mails.obfuscated, :id, :mail, {:prompt=> true} %>
|
11
|
+
<%= f.collection_select :recipient_id, @page.mails.obfuscated, :id, :mail, { :prompt=> ((@page.mails.length > 1) ? true : false) } %>
|
12
12
|
</div>
|
13
13
|
|
14
14
|
|
data/changelog.md
CHANGED
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: refinerycms-contacts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Martin Markech
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
type: :runtime
|