Skip to content

User edit form, User registration edit form, sticky navbar, jumbotron image edit

Heroponne requested to merge development into staging

Goals

Main goal 1

  • User edit form front is nice
  • User registration edit form front is nice too

Main goal 2

  • navbar is top sticky
  • jumbotron is nicer

Changes

  • app/assets/stylesheets/main.scss : added classes
  • app/views/devise/registrations/new.html.erb : deleted style
  • app/views/devise/sessions/new.html.erb : deleted style
  • app/views/users/_form.html.erb : front editted
  • app/views/users/edit.html.erb : front editted
  • app/assets/images/vegetables.jpg : horizontally transformed
  • app/views/devise/registrations/edit.html.erb : front editted
  • app/views/users/show.html.erb : button to edit registration parameters added, and deleted line that printed first name at top of the page
  • app/views/application/_navbartype.html.erb: added sticky-top class *app/views/contributions/_contributions_list.html.erb : button editted
  • db/schema.rb : editted from an other merge

Tests

  • scrolling : navbar is top-sticked, yay
  • page to edit user profile : is nice and functionnal
  • page to edit user registration parameters : is nice and functionnal
  • jumbotron : background image is reversed and text is bold
  • profil page : a new button to edit registration parameters is here only ifcurrent user own profile page

Merge request reports