app/cms/scrivito/controller_helper.rb in scrivito_sdk-1.11.0 vs app/cms/scrivito/controller_helper.rb in scrivito_sdk-1.12.0.rc1
- old
+ new
@@ -40,10 +40,10 @@
def scrivito_url(target, options = {})
CmsRouting.new(request, self, scrivito_engine).path_or_url(target, "url", options)
end
#
- # Returns whether the GUI is in the +editable+ view.
+ # Returns whether the UI is in the +editable+ view.
#
# @api public
#
# @return +true+ if the current visitor is an authenticated editor, the selected workspace is
# editable and the display mode is +editing+.