gentelella-rails-demo
gentelella-rails-demo copied to clipboard
Form Wizard
We're missing Form Wizard in this app
@Talha5 I did not port every page. The basic step to port any of the other pages:
- copy original *.html to it's appropriate place in the app/views folder.
- remove header and footer portions that are represented in the layouts/application.html.erb
- add the new page's route to the config/routes.rb file
I will happily accept PRs for the pages not yet ported.