ifd_tools 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module IfdTools
16
16
  columns do
17
17
 
18
18
  column do
19
- panel "Top Users" do
19
+ panel "Recent Contact Requests" do
20
20
  table_for ::IfdTools::ContactRequest.unread.limit(20) do
21
21
  column(:name) { |cr| link_to truncate(cr.to_s, length: 35), [:admin, cr] }
22
22
  column(:email) { |cr| mail_to cr.email, cr.email }
@@ -1,3 +1,3 @@
1
1
  module IfdTools
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ifd_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: