Rails - Some Web Pages Showing As Child Divs in DevTools
up vote
0
down vote
favorite
I'm working on a personal single page site that has the following sections.
- About
- Web Apps
- Blog
- Tools
- Contact
For some reason, the "Tools" section (shown as div "background-skills"), and the "Contact" section (shown as "background-contact") are appearing as children of the Blog section instead of showing up as their own pages. I've attached a devtools screen shot, as well as an image of my index.html.erb file with the Rails partials.
This is creating some chaos as you can imagine, especially with the media queries. Any suggestions are appreciated!
html ruby-on-rails
add a comment |
up vote
0
down vote
favorite
I'm working on a personal single page site that has the following sections.
- About
- Web Apps
- Blog
- Tools
- Contact
For some reason, the "Tools" section (shown as div "background-skills"), and the "Contact" section (shown as "background-contact") are appearing as children of the Blog section instead of showing up as their own pages. I've attached a devtools screen shot, as well as an image of my index.html.erb file with the Rails partials.
This is creating some chaos as you can imagine, especially with the media queries. Any suggestions are appreciated!
html ruby-on-rails
Possibly a missingend
tag in theblog
partial. Could you include the content of that partial, please?
– Prakash Murthy
Nov 16 at 21:42
@PrakashMurthy That was it! Such an easy fix, thanks for the fresh set of eyes!
– Justin Cefai
Nov 16 at 21:53
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm working on a personal single page site that has the following sections.
- About
- Web Apps
- Blog
- Tools
- Contact
For some reason, the "Tools" section (shown as div "background-skills"), and the "Contact" section (shown as "background-contact") are appearing as children of the Blog section instead of showing up as their own pages. I've attached a devtools screen shot, as well as an image of my index.html.erb file with the Rails partials.
This is creating some chaos as you can imagine, especially with the media queries. Any suggestions are appreciated!
html ruby-on-rails
I'm working on a personal single page site that has the following sections.
- About
- Web Apps
- Blog
- Tools
- Contact
For some reason, the "Tools" section (shown as div "background-skills"), and the "Contact" section (shown as "background-contact") are appearing as children of the Blog section instead of showing up as their own pages. I've attached a devtools screen shot, as well as an image of my index.html.erb file with the Rails partials.
This is creating some chaos as you can imagine, especially with the media queries. Any suggestions are appreciated!
html ruby-on-rails
html ruby-on-rails
asked Nov 16 at 21:20
Justin Cefai
2617
2617
Possibly a missingend
tag in theblog
partial. Could you include the content of that partial, please?
– Prakash Murthy
Nov 16 at 21:42
@PrakashMurthy That was it! Such an easy fix, thanks for the fresh set of eyes!
– Justin Cefai
Nov 16 at 21:53
add a comment |
Possibly a missingend
tag in theblog
partial. Could you include the content of that partial, please?
– Prakash Murthy
Nov 16 at 21:42
@PrakashMurthy That was it! Such an easy fix, thanks for the fresh set of eyes!
– Justin Cefai
Nov 16 at 21:53
Possibly a missing
end
tag in the blog
partial. Could you include the content of that partial, please?– Prakash Murthy
Nov 16 at 21:42
Possibly a missing
end
tag in the blog
partial. Could you include the content of that partial, please?– Prakash Murthy
Nov 16 at 21:42
@PrakashMurthy That was it! Such an easy fix, thanks for the fresh set of eyes!
– Justin Cefai
Nov 16 at 21:53
@PrakashMurthy That was it! Such an easy fix, thanks for the fresh set of eyes!
– Justin Cefai
Nov 16 at 21:53
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53345546%2frails-some-web-pages-showing-as-child-divs-in-devtools%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possibly a missing
end
tag in theblog
partial. Could you include the content of that partial, please?– Prakash Murthy
Nov 16 at 21:42
@PrakashMurthy That was it! Such an easy fix, thanks for the fresh set of eyes!
– Justin Cefai
Nov 16 at 21:53