Skip to content

Fix indentation in some files and remove extra body tags in some views

Pedro de Lyra requested to merge pedrodelyra/flosscoach:fix-indentation into master
  1. I've indented some files according to ruby's community convention (2 spaces per indent).

  2. I've also changed "sign up" text on login page to "sign in".

  3. Finally, as I checked that the body tag was being "overridden" in some views (http://stackoverflow.com/questions/2603133/is-it-ok-to-have-multiple-html-head-and-body-elements-in-single-page) to set css classes for body according to the current page , I've written the same idea in a "rails-more way": dynamically setting a variable in the pages that demands new classes for body instead of adding a new body tag.

Signed-off-by: Pedro de Lyra pedrodelyra@gmail.com

Merge request reports