mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
Page#page now accepts an options hash, booleans are now supported, search result buttons now redirect to to Editor page
This commit is contained in:
@@ -19,8 +19,8 @@ module TAC
|
||||
@options = options
|
||||
end
|
||||
|
||||
def page(klass)
|
||||
@host.page(klass)
|
||||
def page(klass, options = {})
|
||||
@host.page(klass, options)
|
||||
end
|
||||
|
||||
def header_bar(text)
|
||||
|
||||
Reference in New Issue
Block a user