-
Notifications
You must be signed in to change notification settings - Fork 56
Fix #98: Make hyperlinks open in new tab #105
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
oshc/main/templates/index.html
Outdated
@@ -45,7 +45,7 @@ <h3 class="panel-title">{{ session.title }}</h3> | |||
<div class="line-gap-10px"></div> | |||
<i>{{ session.start_date }} - {{ session.end_date }}</i> | |||
<div class="line-gap-10px"></div> | |||
<button type="button" class="btn btn-lg btn-primary sRegister"> | |||
<button type="button" class="btn btn-lg btn-primary s"> |
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.
extraneous change. @abhishekarya286 Please don't change anything that are not relevant to the issue.
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.
Sorry, I did this by mistake. I have edited it now.
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.
@abhishekarya286 It's ok to make mistakes 😉
One learn from his mistakes
LGTM |
Thanks @vaibhavsingh97!! |
@abhishekarya286 You are so fast!! 👍This PR is ready to merge. |
@@ -15,7 +15,7 @@ | |||
<div class="container"> | |||
<h3>Our Mission</h3> | |||
<p class="bi"> | |||
<b>"</b>Open Source Help Community is an a virtual platform to help people to start contributing to open source projects<b>"</b> | |||
<b>"</b>Open Source Help Community is a virtual platform to help people to start contributing to open source projects<b>"</b> |
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.
thanks for this fix too. :)
@abhishekarya286 Congratulations on getting your first PR merged in OSHC! 😄 |
Thanks @nikhita |
website, the browser would open it in a new tab.