Testing themed splash screens

This commit is contained in:
mgabdev
2020-05-14 19:07:58 -04:00
parent 7836b36954
commit 401a99a127
2 changed files with 15 additions and 10 deletions

View File

@@ -122,4 +122,9 @@ module ApplicationHelper
text = word_wrap(text, line_width: line_width - 2, break_sequence: break_sequence)
text.split("\n").map { |line| '> ' + line }.join("\n")
end
def theme
# : todo :
return 'light'
end
end