-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Morgan Martin's Project Danebook #37
base: master
Are you sure you want to change the base?
Conversation
</a> | ||
<!--company brand link --> | ||
<%= link_to new_user_path, class: 'navbar-brand col-xs-12', id: 'brand-link' do %> | ||
<p class="col-xs-4 vertical-align" id="brand-text">Danebook</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I'm signed in and click this, it takes me back to the home page, and then when I click on the user's name I get a 404.
|
||
<%= form_for @user do |user_fields| %> | ||
<div class="row"> | ||
<%= user_fields.fields_for :profile_attributes do |profile_fields| %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was able to sign up without a first or last name
Visually, it looks great. The only issues I found were some routes that didn't lead anywhere. Sometimes the about page went to a 404 and the users index and edit pages led to blank pages. |
No description provided.