basic content
This commit is contained in:
parent
3133275bcc
commit
057cca96d6
7 changed files with 114 additions and 30 deletions
7
pages/about.rb
Normal file
7
pages/about.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Pages::About < ::Phlex::HTML
|
||||
def view_template
|
||||
render ::Pages::Layout.new(:about) {
|
||||
p { "under construction" }
|
||||
}
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue