gentelella-rails-demo icon indicating copy to clipboard operation
gentelella-rails-demo copied to clipboard

Form Wizard

Open Talha5 opened this issue 7 years ago • 1 comments

We're missing Form Wizard in this app

Talha5 avatar Jul 28 '17 23:07 Talha5

@Talha5 I did not port every page. The basic step to port any of the other pages:

  1. copy original *.html to it's appropriate place in the app/views folder.
  2. remove header and footer portions that are represented in the layouts/application.html.erb
  3. add the new page's route to the config/routes.rb file

I will happily accept PRs for the pages not yet ported.

mwlang avatar Jul 30 '17 13:07 mwlang