small fix
This commit is contained in:
parent
690dba7860
commit
f77fc8c6b2
|
@ -7,7 +7,6 @@ class PageContentsController < OrbitAdminController
|
|||
"html" => (page.page_contexts.last.content rescue ""),
|
||||
"title" => (page.name rescue ""),
|
||||
"view_count" => (page.view_count rescue ""),
|
||||
"view_count" => (page.view_count rescue ""),
|
||||
"view-count-head" =>t('page_content.view_count'),
|
||||
"url_to_edit" => url_to_edit
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue