tenforwardconsulting / rails_application_template

Rails application template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devise views indentation issue

hilarysk opened this issue · comments

The content on devise pages is being indented six spaces instead of four when nested under the css divs.

ie:

.devise-page.shared--links
    - if controller_name != 'sessions'
      = link_to "Log in", new_session_path(resource_name)

instead of

.devise-page.shared--links
  - if controller_name != 'sessions'
    = link_to "Log in", new_session_path(resource_name)