small fix

This commit is contained in:
Harry Bomrah 2015-04-17 16:38:07 +08:00
parent 690dba7860
commit f77fc8c6b2
1 changed files with 0 additions and 1 deletions

View File

@ -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
}