wip
This commit is contained in:
5
app/views/pages/index.html.haml
Normal file
5
app/views/pages/index.html.haml
Normal file
@ -0,0 +1,5 @@
|
||||
%h1 Pages
|
||||
|
||||
- @pages.each do |page|
|
||||
%ul
|
||||
%li= raw(ap page)
|
2
app/views/pages/page.html.haml
Normal file
2
app/views/pages/page.html.haml
Normal file
@ -0,0 +1,2 @@
|
||||
%p send page form
|
||||
%p active class on main navs
|
Reference in New Issue
Block a user