radiant-vapor-extension 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.1
1
+ 2.1.2
@@ -1,7 +1,8 @@
1
1
  module Admin::PageNodeAlterationsHelper
2
2
  def page_type
3
3
  result = ''
4
- unless @current_node.class.display_name == 'Page'
4
+ display_name = @current_node.class.display_name
5
+ unless display_name == 'Page'
5
6
  result = %{<span class="info">(#{ h(display_name) })</span>}
6
7
  end
7
8
  if flow_meter = @current_node.flow_meter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-vapor-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Gay