Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
23 views

Login form not displaying as expected

Here's what I have in views/users/sessions/new.html.slim .container = form_for(resource, as: resource_name, url: session_path(resource_name), html: {class: "form-signin"}) do |f| h2.form-signin-...
EastsideDev's user avatar
  • 6,629
0 votes
1 answer
150 views

@mixin not defined in saas file

This is asset file structure in my rails app assets -- stylesheets ----- application.scss ----- homes.scss Gemfile contains gem 'bootstrap-sass' application.scss contains @import "bootstrap-...
Tenzin Chemi's user avatar
  • 5,801