diff options
| author | spider@app2 <spiderr@bitweaver.org> | 2017-04-26 11:33:00 -0400 |
|---|---|---|
| committer | spider@app2 <spiderr@bitweaver.org> | 2017-04-26 11:33:00 -0400 |
| commit | 084aeee06b1b071691dbbb575ead2aeba2e25272 (patch) | |
| tree | bf8097733e1c987898819bc7b599fc18dabda76d | |
| parent | 98172ca658c8002a75f02e5d194c6c4a44a0abd5 (diff) | |
| download | boards-084aeee06b1b071691dbbb575ead2aeba2e25272.tar.gz boards-084aeee06b1b071691dbbb575ead2aeba2e25272.tar.bz2 boards-084aeee06b1b071691dbbb575ead2aeba2e25272.zip | |
quick cleanup of post display profile pic
| -rw-r--r-- | templates/post_display.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 3279ef0..a50083e 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -14,10 +14,9 @@ <strong>{displayname hash=$comment}</strong> <br /> {if $comment.user_id != $smarty.const.ANONYMOUS_USER_ID && !empty($comment.user_avatar_url)} - <a href="{$comment.user_url}"><img src="{$comment.user_avatar_url}" title="{tr}Avatar{/tr}" alt="{tr}Avatar{/tr}" /></a> - <br /> + <div><a href="{$comment.user_url}"><img src="{$comment.user_avatar_url}" class="img-responsive" alt="{tr}Profile Picture{/tr}" /></a></div> {/if} - <small>{tr}Joined: {/tr}{$comment.registration_date|bit_short_date}</small><br /> + <div class="date">{tr}Joined: {/tr}{$comment.registration_date|bit_short_date}</div> {/if} </div> |
