diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-04-01 12:03:40 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-04-01 12:03:40 +0200 |
commit | cf6fd50c799f1e5646461b017a6bc9a2238df692 (patch) | |
tree | d97d21b54ad2eb71afaede5ec373477b66938e46 /templates | |
parent | 013dd94816c1185d4cd52f80e36a23bb67439984 (diff) |
Don't show avatars to avoid cross requests
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comment.tmpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl index 30602eb..f203fa8 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -1,15 +1,6 @@ <TMPL_IF HTML5><article class="comment row" id="<TMPL_VAR COMMENTID>"> <TMPL_ELSE><div class="comment row" id="<TMPL_VAR COMMENTID>"></TMPL_IF> -<!-- User avatar in a small column on the left --> -<div class="col-md-1 col-sm-1 col-xs-1"> - <TMPL_IF COMMENTAUTHORAVATAR> - <div class="comment-avatar"> - <img src="<TMPL_VAR COMMENTAUTHORAVATAR>" alt="Avatar" class="img-responsive img-circle" /> - </div> - </TMPL_IF> -</div> - <div class="col-md-11 col-sm-11 col-xs-11"> <!-- HEADER: Print the name of the comment poster and the date --> <header class="comment-subject text-muted row" style="margin-bottom:1em;"> |