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 +1 -1
- data/app/helpers/admin/page_node_alterations_helper.rb +2 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.2
|
@@ -1,7 +1,8 @@
|
|
1
1
|
module Admin::PageNodeAlterationsHelper
|
2
2
|
def page_type
|
3
3
|
result = ''
|
4
|
-
|
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
|