------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4665/
------------------------------------------------------------------------------

New update by Misery
For Beanbag, Inc. > Review Board > Ticket #4665


Reply:

    We are not passing size as a string anywhere to any of the avatar 
templatetags in Review Board:
    
    ```
    $ git grep '{% avatar' reviewboard/templates/
    reviewboard/templates/accounts/user_infobox.html:7:  <div 
class="infobox-pic" class="logo">{% avatar infobox_user 128 %}</div>
    reviewboard/templates/base.html:122:            32: {% avatar_urls 
request.user 32 %}
    reviewboard/templates/base/_mobile_navbar.html:6: {% avatar user 32 %}
    reviewboard/templates/base/_nav_support_menu.html:18:  {% avatar user 32 %}
    reviewboard/templates/datagrids/sidebar_user_info.html:6:  {% avatar 
profile_user 175 %}
    reviewboard/templates/reviews/review_issue_summary_table.html:66:       {% 
avatar comment.review_obj.user 24 %}
    reviewboard/templates/reviews/review_reply.html:10:    {% avatar reply_user 
32 %}
    reviewboard/templates/reviews/review_request_infobox.html:21:   <div 
class="infobox-pic">{% avatar review_request_details.submitter 24 %}</div>
    reviewboard/templates/search/_user.html:6: {% avatar result.user 48 %}
    ```

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to