Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mohitanand001
Copy link
Contributor

Now the issues page would include the number of comments on each issues ,and clicking on each link would lead to the respective issue.
screenshot from 2017-06-15 21 57 44

@souravbadami souravbadami self-requested a review June 15, 2017 16:46
Copy link
Collaborator

@souravbadami souravbadami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @farziengineer -- I've done a first pass. I think, we can extend this to the homepage as well. What do you think ?

position:absolute;
bottom:10px;
left:500px;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a new line here at the end.

Copy link
Contributor Author

@mohitanand001 mohitanand001 Jun 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After the brace "}" ? Purpose? Is it about clarity. Just curious.

<em>{{ activity.created|timesince }} ago</em>
</span>

<a class="comment_link" href="{{activity.get_absolute_url }}#comments_form">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the single space after <a.

@souravbadami souravbadami self-assigned this Jun 15, 2017
@mohitanand001
Copy link
Contributor Author

Sure why not. I'll do a fix

{% load gravatar %}
<div class="list-group-item activity-strip">
<div class="activity-strip-section">
<a class="comment_link" href="{{activity.target.get_absolute_url }}#comments_form">{{ activity.target.comments.all|length }} comments</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the single space after <a.

@souravbadami
Copy link
Collaborator

@farziengineer -- This looks good. I have added some additional comments on the thread. We can merge this once you address them.

@souravbadami souravbadami merged commit 00aa20c into OWASP-BLT:master Jun 15, 2017
DonnieBLT pushed a commit that referenced this pull request Aug 12, 2023
* Added number of comments per issues on issue page

* Added number of comments on issues on homepage

* Removed lines from html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants