Merge branch 'nccu_0509' of github.com:Rulingcom/orbit into nccu_0509
Conflicts: app/views/layouts/_side_bar.html.erb
This commit is contained in:
commit
cd1640482a
|
@ -1,6 +1,5 @@
|
|||
class Admin::ObjectAuthsNewInterfaceController < OrbitBackendController
|
||||
include OrbitCoreLib::PermissionUnility
|
||||
|
||||
before_filter :force_order
|
||||
|
||||
|
||||
|
|
|
@ -172,6 +172,10 @@ module ApplicationHelper
|
|||
locale.to_sym == I18n.locale ? 'active in': ''
|
||||
end
|
||||
|
||||
def at_least_module_manager
|
||||
is_manager? || is_admin?
|
||||
end
|
||||
|
||||
def dislpay_view_count(object)
|
||||
"#{t(:view_count)}: #{object.view_count}"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue