ifd_tools 0.2.1 → 0.2.2
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.
@@ -16,7 +16,7 @@ module IfdTools
|
|
16
16
|
columns do
|
17
17
|
|
18
18
|
column do
|
19
|
-
panel "
|
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 }
|
data/lib/ifd_tools/version.rb
CHANGED