-
Notifications
You must be signed in to change notification settings - Fork 70
Improved user menu on mobile #379
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
Conversation
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.
@mllocs just a couple of indentation fixes and +1 from my side
<% if current_user %> | ||
<%= render 'application/menus/user_admin_menu' %> | ||
<%= render 'application/menus/user_admin_menu' %> |
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.
👀 indentation
<%= image_tag avatar_url(current_user) %> | ||
<%= current_user.email %> | ||
</li> | ||
<%= render 'application/menus/user_admin_menu_items' %> |
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.
👀 indentation of this block
<% end %> | ||
</li> | ||
|
||
|
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.
✂️ extra blank line?
@mllocs |
Deployed to https://staging.timeoverflow.org @mllocs please give a look and |
Deployed again to https://staging.timeoverflow.org/ |
@mllocs say it's OK 🍏 |
http://g.recordit.co/aMnJR1VuBq.gif
Yet another lifting in our top navigation bar. Now I'm removing the unnecessary dropdown inception.