-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Add Github Link to repo on Grant Detail info #7301
Conversation
@@ -101,6 +101,18 @@ <h1 class="font-title-xl my-4 font-weight-bold"> | |||
</p> | |||
</div> | |||
{% endif %} | |||
|
|||
{% if grant.github_project_url %} |
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.
deindent this by 1
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.
de-indented.
{{ grant.github_project_url }} | ||
</a> | ||
</p> | ||
</div> |
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.
indent this by 1
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.
indented.
@molecula451 looks good except for the indentation!Could you fix that up ? |
yup. fixed :) |
admin for #7301 Co-authored-by: Aditya Anand M C <[email protected]>
Description
This PR will optionally request github link repo on the grants new form and append it to the grant details info for the looks
Refers/Fixes
fix #7270
Testing