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:
2021-01-30 21:54:00 -06:00
parent 4e9d3c0759
commit 9f54d21932
3 changed files with 46 additions and 14 deletions

View File

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