Refactorings and gui improvements
This commit is contained in:
parent
c965e03e5a
commit
d1294c2fc4
46 changed files with 358 additions and 128020 deletions
|
|
@ -24,4 +24,8 @@ module ApplicationHelper
|
|||
|
||||
yield(value)
|
||||
end
|
||||
|
||||
def current_page_displayed(page)
|
||||
@current_page&.id == page.id ? "open" : nil
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue