-
Notifications
You must be signed in to change notification settings - Fork 192
Fix Dashboard breadcrumb view URL for user profile
#718
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
Fix Dashboard breadcrumb view URL for user profile
#718
Conversation
| {{ block.super }} | ||
| {% breadcrumb "Dashboard" "user-proposals-list" %} | ||
| {% breadcrumb "Dashboard" "/profiles" %} | ||
| {% breadcrumb "Profile" "user-profile"%} |
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.
Given the second param is dummy, and of no use can you add a comment regarding that?
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.
sure, will work on that.
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.
Done.
| {% block breadcrumbs %} | ||
| {{ block.super }} | ||
| {% breadcrumb "Dashboard" "user-proposals-list" %} | ||
| {% breadcrumb "Dashboard" "/profiles" %} |
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.
Same for here, add the comment for second argument.
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.
Done.
sayanchowdhury
left a comment
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.
LGTM. Better if you squash the commits.
- Update dashboard.html & userprofile.html for user profile for breadcrumb Fixes pythonindia#709 Signed-off-by: Abhishek Mishra <geekabhi@outlook.com> Update breadcrumb viewname & add comments for the same Signed-off-by: Abhishek Mishra <geekabhi@outlook.com> Fix linting in template Signed-off-by: Abhishek Mishra <geekabhi@outlook.com>
32fd0eb to
9365799
Compare
Done. |
palnabarun
left a comment
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.
LGTM! Thanks @abhishekmishragithub for working on this.
Update view URL for
Dashboardbreadcrumb name under user profileThis Fixes #709